Html Css Color HEX #DC4529 Cinnabar

📋 copy color: '#DC4529'

red 220 ◦ green 69 ◦ blue 41

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

Shades of Cinnabar #DC4529

Tints of Cinnabar #DC4529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.91%

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

R = 66.67%
G = 20.91%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC4529 (or 0xDC4529) is known color: Cinnabar. HEX triplet: DC, 45 and 29. RGB value is (220,69,41). Sum of RGB (Red+Green+Blue) = 220+69+41=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4529 is #23BAD6. Grayscale: #6F6F6F. Windows color (decimal): -2341591 or 2704860. OLE color: 2704860.

HSL color Cylindrical-coordinate representation of color #DC4529: hue angle of 9.39º 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 #DC4529 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 69 41 -
CMYK 0 0.69 0.81 0.14
HSL 9.39º 0.72% 0.51% -
HSV(B) 9.39º 0.81% 0.86% -
XYZ 32.04 19.63 4.2 -
YUV 110.96 88.53 205.78 -
System Red Green Blue C M Y K H S L
Decimal 220 69 41 0 0.69 0.81 0.14 9.39 0.72 0.51
Hex DC 45 29 0 45 51 E 9 48 33
Octal 334 105 51 0 105 121 16 11 110 63
Binary 11011100 1000101 101001 0 1000101 1010001 1110 1001 1001000 110011

Color Harmonies of #DC4529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4529

Black with #DC4529

Text Example


Text Example

White with #DC4529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4529; }

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

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

background-color css

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

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

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

border-color css

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

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

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