Html Css Color HEX #DC4924 Cinnabar

📋 copy color: '#DC4924'

red 220 ◦ green 73 ◦ blue 36

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

Shades of Cinnabar #DC4924

Tints of Cinnabar #DC4924

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.19%

 BLUE value IS 36 (14.45% from 255) = 10.94%

R = 66.87%
G = 22.19%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC4924 (or 0xDC4924) is known color: Cinnabar. HEX triplet: DC, 49 and 24. RGB value is (220,73,36). Sum of RGB (Red+Green+Blue) = 220+73+36=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4924 is #23B6DB. Grayscale: #717171. Windows color (decimal): -2340572 or 2378204. OLE color: 2378204.

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

Color convert

RGB 220 73 36 -
CMYK 0 0.67 0.84 0.14
HSL 12.07º 0.72% 0.5% -
HSV(B) 12.07º 0.84% 0.86% -
XYZ 32.22 20.11 3.85 -
YUV 112.74 84.7 204.51 -
System Red Green Blue C M Y K H S L
Decimal 220 73 36 0 0.67 0.84 0.14 12.07 0.72 0.5
Hex DC 49 24 0 43 54 E C 48 32
Octal 334 111 44 0 103 124 16 14 110 62
Binary 11011100 1001001 100100 0 1000011 1010100 1110 1100 1001000 110010

Color Harmonies of #DC4924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4924

Black with #DC4924

Text Example


Text Example

White with #DC4924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4924; }

 p { color: rgb(220,73,36); }

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

background-color css

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

 a { background-color: rgb(220,73,36); }

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

border-color css

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

 span { border-color: rgb(220,73,36); }

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