COLOR #C70029

HEX: #C70029
RGB: (199,0,41)

Renk bilgisi

#C70029 contains mainly red color. #C70029 ‘ nin web güvenlik rengi #CC0033 (ya da #C03) dir.

RGB renk modeli

#C70029 color RGB value is (199,0,41).

  • kırmız ton 199;
  • yeşil ton 0;
  • mavi ton 41.
RGB:
(199,0,41)
(78%,0%,16%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 0 of 255 = 0%
B 41 of 255 = 16%

199
0
41

R + G + B ~ 31%. #C70029 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 0 + 41 = 240 (100%)
R 199 of 240 ~ 82.92%
G 0 of 240 ~ 0%
B 41 of 240 ~ 17.08%

%82.92
%17.08

CMYK RENK MODELİ

#C70029 rengi CMYK tonu (0,100,79,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 79.40%
  • ana renk tonu 21.96%
CMYK:
(0,100,79,22)
C0M100Y79K22 
(0%,100%,79%,22%)
(0.00/1.00/0.79/0.22)	

CMYK yüzdeleri

%0
%100
%79.4
%21.96

Codes

Color #C70029 in popluar color models

C70029
RGB199041
HSL348°100.00%39.02%
HSB/HSV348°100.00%78.04%
CMYK0.00%100.00%79.40%
21.96%

Color #C70029 in popluar number systems.

HEXC70029
Decimal199041
Binary110001110101001
Octal307051

Shades and tints

Shades of #C70029

#C70029
(199,0,41)
#B50026
(181,0,38)
#A30023
(163,0,35)
#910020
(145,0,32)
#7F001D
(127,0,29)
#6D001A
(109,0,26)
#5B0017
(91,0,23)
#490014
(73,0,20)
#370011
(55,0,17)
#25000E
(37,0,14)
#13000B
(19,0,11)
#000000
(0,0,0)

Tints of #C70029

#C70029
(199,0,41)
#CC173C
(204,23,60)
#D12E4F
(209,46,79)
#D64562
(214,69,98)
#DB5C75
(219,92,117)
#E07388
(224,115,136)
#E58A9B
(229,138,155)
#EAA1AE
(234,161,174)
#EFB8C1
(239,184,193)
#F4CFD4
(244,207,212)
#F9E6E7
(249,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C70029 color. Also use rgb(199,0,41) instead hex code.

Text Font Color

.myTextColor { color: #C70029; }

<p style="color:#C70029">This sample text font color is #C70029.</p>

This text font color is #C70029.


Background Color

.myBgColor { background-color: #C70029; }

<div style="background-color:#C70029">Inner text</div>

This div background color is #C70029.


Border color

.myBorderColor { border: 1px solid #C70029; }

<div style="border:3px solid #C70029">Div</div>

This div border color is #C70029.


Opacity

.myOpacity80 { color: #C70029; opacity: 0.8; }

<p style="color:#C70029;opacity:0.8;">80%</p>

Text with #C70029 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C70029;}

<p style="text-shadow: 3px 3px 1px #C70029">Text here.</p>

This text has shadow with #C70029 color.

.textShadow {text-shadow: 3px 3px 1px #C70029, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C70029, 5px 5px 20px red">Text here.</p>

This text has shadow with #C70029 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C70029, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C70029, Direction=45, Strength=4)">Text</p>

This text has shadow with #C70029 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C70029;
  -webkit-box-shadow:	1px 1px 3px 2px #C70029;
  box-shadow:		1px 1px 3px 2px #C70029;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C70029;
-webkit-box-shadow: 1px 1px 3px 2px #C70029;
box-shadow:1px 1px 3px 2px #C70029;">
Div content here</div>
This div box has shadow with color #C70029.

Preview

Color preview on black background

This text has color #C70029 on black background.


Color preview on white background

This text has color #C70029 on white background.



Black color preview on #C70029 background

This text has black color on #C70029 background.


White color preview on #C70029 background

This text has white color on #C70029 background.