Shades of Cinnabar #DC3820
Tints of Cinnabar #DC3820
RGB
CMYK
RGB Variations
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
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>