Shades of Cinnabar #DC3E36
Tints of Cinnabar #DC3E36
RGB
CMYK
RGB Variations
Color information
#DC3E36 (or 0xDC3E36) is known color: Cinnabar. HEX triplet: DC, 3E and 36. RGB value is (220,62,54). Sum of RGB (Red+Green+Blue) = 220+62+54=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E36 is #23C1C9. Grayscale: #6C6C6C. Windows color (decimal): -2343370 or 3555036. OLE color: 3555036.
HSL color Cylindrical-coordinate representation of color #DC3E36: hue angle of 2.89º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3E36 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 54 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.14 |
| HSL | 2.89º | 0.7% | 0.54% | - |
| HSV(B) | 2.89º | 0.75% | 0.86% | - |
| XYZ | 31.9 | 18.93 | 5.46 | - |
| YUV | 108.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 54 | 0 | 0.72 | 0.75 | 0.14 | 2.89 | 0.7 | 0.54 |
| Hex | DC | 3E | 36 | 0 | 48 | 4B | E | 3 | 46 | 36 |
| Octal | 334 | 76 | 66 | 0 | 110 | 113 | 16 | 3 | 106 | 66 |
| Binary | 11011100 | 111110 | 110110 | 0 | 1001000 | 1001011 | 1110 | 11 | 1000110 | 110110 |
Color Harmonies of #DC3E36
Complementary color
Monochromatic Colors of #DC3E36
Black with #DC3E36
Text Example
Text Example
White with #DC3E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E36; }
p { color: rgb(220,62,54); }
H1.HeaderClassName
{
color: #DC3E36;
}
.AnyTagClassName
{
color: #DC3E36;
}
</style>
background-color css
<style>
a { background-color: #DC3E36; }
a { background-color: rgb(220,62,54); }
div.DivClassName
{
background-color: #DC3E36;
}
.BgClassName
{
background-color: #DC3E36;
}
</style>
border-color css
<style>
span { border-color: #DC3E36; }
span { border-color: rgb(220,62,54); }
td.TdClassName
{
border-color: #DC3E36;
}
.TagClassName
{
border-color: #DC3E36;
}
</style>