Shades of Cinnabar #DC3C39
Tints of Cinnabar #DC3C39
RGB
CMYK
RGB Variations
Color information
#DC3C39 (or 0xDC3C39) is known color: Cinnabar. HEX triplet: DC, 3C and 39. RGB value is (220,60,57). Sum of RGB (Red+Green+Blue) = 220+60+57=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C39 is #23C3C6. Grayscale: #6B6B6B. Windows color (decimal): -2343879 or 3751132. OLE color: 3751132.
HSL color Cylindrical-coordinate representation of color #DC3C39: hue angle of 1.1º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3C39 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 57 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.14 |
| HSL | 1.1º | 0.7% | 0.54% | - |
| HSV(B) | 1.1º | 0.74% | 0.86% | - |
| XYZ | 31.87 | 18.74 | 5.81 | - |
| YUV | 107.5 | 99.51 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 57 | 0 | 0.73 | 0.74 | 0.14 | 1.1 | 0.7 | 0.54 |
| Hex | DC | 3C | 39 | 0 | 49 | 4A | E | 1 | 46 | 36 |
| Octal | 334 | 74 | 71 | 0 | 111 | 112 | 16 | 1 | 106 | 66 |
| Binary | 11011100 | 111100 | 111001 | 0 | 1001001 | 1001010 | 1110 | 1 | 1000110 | 110110 |
Color Harmonies of #DC3C39
Complementary color
Monochromatic Colors of #DC3C39
Black with #DC3C39
Text Example
Text Example
White with #DC3C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C39; }
p { color: rgb(220,60,57); }
H1.HeaderClassName
{
color: #DC3C39;
}
.AnyTagClassName
{
color: #DC3C39;
}
</style>
background-color css
<style>
a { background-color: #DC3C39; }
a { background-color: rgb(220,60,57); }
div.DivClassName
{
background-color: #DC3C39;
}
.BgClassName
{
background-color: #DC3C39;
}
</style>
border-color css
<style>
span { border-color: #DC3C39; }
span { border-color: rgb(220,60,57); }
td.TdClassName
{
border-color: #DC3C39;
}
.TagClassName
{
border-color: #DC3C39;
}
</style>