Html Css Color HEX #DC4724 Cinnabar

📋 copy color: '#DC4724'

red 220 ◦ green 71 ◦ blue 36

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

Shades of Cinnabar #DC4724

Tints of Cinnabar #DC4724

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.71%

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

R = 67.28%
G = 21.71%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC4724 (or 0xDC4724) is known color: Cinnabar. HEX triplet: DC, 47 and 24. RGB value is (220,71,36). Sum of RGB (Red+Green+Blue) = 220+71+36=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4724 is #23B8DB. Grayscale: #6F6F6F. Windows color (decimal): -2341084 or 2377692. OLE color: 2377692.

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

Color convert

RGB 220 71 36 -
CMYK 0 0.68 0.84 0.14
HSL 11.41º 0.72% 0.5% -
HSV(B) 11.41º 0.84% 0.86% -
XYZ 32.09 19.85 3.81 -
YUV 111.56 85.36 205.35 -
System Red Green Blue C M Y K H S L
Decimal 220 71 36 0 0.68 0.84 0.14 11.41 0.72 0.5
Hex DC 47 24 0 44 54 E B 48 32
Octal 334 107 44 0 104 124 16 13 110 62
Binary 11011100 1000111 100100 0 1000100 1010100 1110 1011 1001000 110010

Color Harmonies of #DC4724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4724

Black with #DC4724

Text Example


Text Example

White with #DC4724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4724; }

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

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

background-color css

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

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

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

border-color css

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

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

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