Html Css Color HEX #DC4824 Cinnabar

📋 copy color: '#DC4824'

red 220 ◦ green 72 ◦ blue 36

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

Shades of Cinnabar #DC4824

Tints of Cinnabar #DC4824

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.95%

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

R = 67.07%
G = 21.95%
B = 10.98%

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

#DC4824 (or 0xDC4824) is known color: Cinnabar. HEX triplet: DC, 48 and 24. RGB value is (220,72,36). Sum of RGB (Red+Green+Blue) = 220+72+36=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4824 is #23B7DB. Grayscale: #707070. Windows color (decimal): -2340828 or 2377948. OLE color: 2377948.

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

Color convert

RGB 220 72 36 -
CMYK 0 0.67 0.84 0.14
HSL 11.74º 0.72% 0.5% -
HSV(B) 11.74º 0.84% 0.86% -
XYZ 32.15 19.98 3.83 -
YUV 112.15 85.03 204.93 -
System Red Green Blue C M Y K H S L
Decimal 220 72 36 0 0.67 0.84 0.14 11.74 0.72 0.5
Hex DC 48 24 0 43 54 E C 48 32
Octal 334 110 44 0 103 124 16 14 110 62
Binary 11011100 1001000 100100 0 1000011 1010100 1110 1100 1001000 110010

Color Harmonies of #DC4824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4824

Black with #DC4824

Text Example


Text Example

White with #DC4824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4824; }

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

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

background-color css

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

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

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

border-color css

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

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

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