Html Css Color HEX #DC4920 Cinnabar

📋 copy color: '#DC4920'

red 220 ◦ green 73 ◦ blue 32

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

Shades of Cinnabar #DC4920

Tints of Cinnabar #DC4920

RGB

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

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

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

R = 67.69%
G = 22.46%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC4920 (or 0xDC4920) is known color: Cinnabar. HEX triplet: DC, 49 and 20. RGB value is (220,73,32). Sum of RGB (Red+Green+Blue) = 220+73+32=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4920 is #23B6DF. Grayscale: #707070. Windows color (decimal): -2340576 or 2116060. OLE color: 2116060.

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

Color convert

RGB 220 73 32 -
CMYK 0 0.67 0.85 0.14
HSL 13.09º 0.75% 0.49% -
HSV(B) 13.09º 0.85% 0.86% -
XYZ 32.16 20.09 3.55 -
YUV 112.28 82.7 204.83 -
System Red Green Blue C M Y K H S L
Decimal 220 73 32 0 0.67 0.85 0.14 13.09 0.75 0.49
Hex DC 49 20 0 43 55 E D 4B 31
Octal 334 111 40 0 103 125 16 15 113 61
Binary 11011100 1001001 100000 0 1000011 1010101 1110 1101 1001011 110001

Color Harmonies of #DC4920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4920

Black with #DC4920

Text Example


Text Example

White with #DC4920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4920; }

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

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

background-color css

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

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

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

border-color css

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

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

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