Html Css Color HEX #DC4020 Cinnabar

📋 copy color: '#DC4020'

red 220 ◦ green 64 ◦ blue 32

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

Shades of Cinnabar #DC4020

Tints of Cinnabar #DC4020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

 BLUE value IS 32 (12.89% from 255) = 10.13%

R = 69.62%
G = 20.25%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC4020 (or 0xDC4020) is known color: Cinnabar. HEX triplet: DC, 40 and 20. RGB value is (220,64,32). Sum of RGB (Red+Green+Blue) = 220+64+32=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4020 is #23BFDF. Grayscale: #6B6B6B. Windows color (decimal): -2342880 or 2113756. OLE color: 2113756.

HSL color Cylindrical-coordinate representation of color #DC4020: hue angle of 10.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC4020 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 32 -
CMYK 0 0.71 0.85 0.14
HSL 10.21º 0.75% 0.49% -
HSV(B) 10.21º 0.85% 0.86% -
XYZ 31.61 18.99 3.37 -
YUV 107 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 220 64 32 0 0.71 0.85 0.14 10.21 0.75 0.49
Hex DC 40 20 0 47 55 E A 4B 31
Octal 334 100 40 0 107 125 16 12 113 61
Binary 11011100 1000000 100000 0 1000111 1010101 1110 1010 1001011 110001

Color Harmonies of #DC4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4020

Black with #DC4020

Text Example


Text Example

White with #DC4020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4020; }

 p { color: rgb(220,64,32); }

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

background-color css

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

 a { background-color: rgb(220,64,32); }

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

border-color css

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

 span { border-color: rgb(220,64,32); }

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