Html Css Color HEX #DC3920 Cinnabar

📋 copy color: '#DC3920'

red 220 ◦ green 57 ◦ blue 32

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

Shades of Cinnabar #DC3920

Tints of Cinnabar #DC3920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.45%

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

R = 71.2%
G = 18.45%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC3920 (or 0xDC3920) is known color: Cinnabar. HEX triplet: DC, 39 and 20. RGB value is (220,57,32). Sum of RGB (Red+Green+Blue) = 220+57+32=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3920 is #23C6DF. Grayscale: #676767. Windows color (decimal): -2344672 or 2111964. OLE color: 2111964.

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

Color convert

RGB 220 57 32 -
CMYK 0 0.74 0.85 0.14
HSL 7.98º 0.75% 0.49% -
HSV(B) 7.98º 0.85% 0.86% -
XYZ 31.24 18.25 3.24 -
YUV 102.89 88 211.53 -
System Red Green Blue C M Y K H S L
Decimal 220 57 32 0 0.74 0.85 0.14 7.98 0.75 0.49
Hex DC 39 20 0 4A 55 E 8 4B 31
Octal 334 71 40 0 112 125 16 10 113 61
Binary 11011100 111001 100000 0 1001010 1010101 1110 1000 1001011 110001

Color Harmonies of #DC3920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3920

Black with #DC3920

Text Example


Text Example

White with #DC3920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3920; }

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

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

background-color css

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

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

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

border-color css

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

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

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