Html Css Color HEX #DC4124 Cinnabar

📋 copy color: '#DC4124'

red 220 ◦ green 65 ◦ blue 36

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

Shades of Cinnabar #DC4124

Tints of Cinnabar #DC4124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

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

R = 68.54%
G = 20.25%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC4124 (or 0xDC4124) is known color: Cinnabar. HEX triplet: DC, 41 and 24. RGB value is (220,65,36). Sum of RGB (Red+Green+Blue) = 220+65+36=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4124 is #23BEDB. Grayscale: #6C6C6C. Windows color (decimal): -2342620 or 2376156. OLE color: 2376156.

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

Color convert

RGB 220 65 36 -
CMYK 0 0.70 0.84 0.14
HSL 9.46º 0.72% 0.5% -
HSV(B) 9.46º 0.84% 0.86% -
XYZ 31.72 19.12 3.69 -
YUV 108.04 87.35 207.86 -
System Red Green Blue C M Y K H S L
Decimal 220 65 36 0 0.70 0.84 0.14 9.46 0.72 0.5
Hex DC 41 24 0 46 54 E 9 48 32
Octal 334 101 44 0 106 124 16 11 110 62
Binary 11011100 1000001 100100 0 1000110 1010100 1110 1001 1001000 110010

Color Harmonies of #DC4124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4124

Black with #DC4124

Text Example


Text Example

White with #DC4124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4124; }

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

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

background-color css

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

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

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

border-color css

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

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

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