Html Css Color HEX #DC4029 Cinnabar

📋 copy color: '#DC4029'

red 220 ◦ green 64 ◦ blue 41

#DC4029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #DC4029

Tints of Cinnabar #DC4029

RGB

 RED value IS 220 (86.33% from 255) = 67.69%

 GREEN value IS 64 (25.39% from 255) = 19.69%

 BLUE value IS 41 (16.41% from 255) = 12.62%

R = 67.69%
G = 19.69%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC4029 (or 0xDC4029) is known color: Cinnabar. HEX triplet: DC, 40 and 29. RGB value is (220,64,41). Sum of RGB (Red+Green+Blue) = 220+64+41=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4029 is #23BFD6. Grayscale: #6C6C6C. Windows color (decimal): -2342871 or 2703580. OLE color: 2703580.

HSL color Cylindrical-coordinate representation of color #DC4029: hue angle of 7.71º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC4029 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 41 -
CMYK 0 0.71 0.81 0.14
HSL 7.71º 0.72% 0.51% -
HSV(B) 7.71º 0.81% 0.86% -
XYZ 31.75 19.04 4.1 -
YUV 108.02 90.18 207.87 -
System Red Green Blue C M Y K H S L
Decimal 220 64 41 0 0.71 0.81 0.14 7.71 0.72 0.51
Hex DC 40 29 0 47 51 E 8 48 33
Octal 334 100 51 0 107 121 16 10 110 63
Binary 11011100 1000000 101001 0 1000111 1010001 1110 1000 1001000 110011

Color Harmonies of #DC4029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4029

Black with #DC4029

Text Example


Text Example

White with #DC4029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4029; }

 p { color: rgb(220,64,41); }

 H1.HeaderClassName
 {
   color: #DC4029;
 }
 .AnyTagClassName
 {
   color: #DC4029;
 }
</style>

background-color css

<style>
 a { background-color: #DC4029; }

 a { background-color: rgb(220,64,41); }

 div.DivClassName
 {
   background-color: #DC4029;
 }
 .BgClassName
 {
   background-color: #DC4029;
 }
</style>

border-color css

<style>
 span { border-color: #DC4029; }

 span { border-color: rgb(220,64,41); }

 td.TdClassName
 {
   border-color: #DC4029;
 }
 .TagClassName
 {
   border-color: #DC4029;
 }
</style>