Html Css Color HEX #DC3820 Cinnabar

📋 copy color: '#DC3820'

red 220 ◦ green 56 ◦ blue 32

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

Shades of Cinnabar #DC3820

Tints of Cinnabar #DC3820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 71.43%
G = 18.18%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC3820 (or 0xDC3820) is known color: Cinnabar. HEX triplet: DC, 38 and 20. RGB value is (220,56,32). Sum of RGB (Red+Green+Blue) = 220+56+32=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3820 is #23C7DF. Grayscale: #666666. Windows color (decimal): -2344928 or 2111708. OLE color: 2111708.

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

Color convert

RGB 220 56 32 -
CMYK 0 0.75 0.85 0.14
HSL 7.66º 0.75% 0.49% -
HSV(B) 7.66º 0.85% 0.86% -
XYZ 31.19 18.15 3.23 -
YUV 102.3 88.33 211.95 -
System Red Green Blue C M Y K H S L
Decimal 220 56 32 0 0.75 0.85 0.14 7.66 0.75 0.49
Hex DC 38 20 0 4B 55 E 8 4B 31
Octal 334 70 40 0 113 125 16 10 113 61
Binary 11011100 111000 100000 0 1001011 1010101 1110 1000 1001011 110001

Color Harmonies of #DC3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3820

Black with #DC3820

Text Example


Text Example

White with #DC3820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3820; }

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

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

background-color css

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

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

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

border-color css

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

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

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