Shades of Cinnabar #DC4E39
Tints of Cinnabar #DC4E39
RGB
CMYK
RGB Variations
Color information
#DC4E39 (or 0xDC4E39) is known color: Cinnabar. HEX triplet: DC, 4E and 39. RGB value is (220,78,57). Sum of RGB (Red+Green+Blue) = 220+78+57=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E39 is #23B1C6. Grayscale: #767676. Windows color (decimal): -2339271 or 3755740. OLE color: 3755740.
HSL color Cylindrical-coordinate representation of color #DC4E39: hue angle of 7.73º 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 #DC4E39 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 57 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.14 |
| HSL | 7.73º | 0.7% | 0.54% | - |
| HSV(B) | 7.73º | 0.74% | 0.86% | - |
| XYZ | 32.98 | 20.96 | 6.18 | - |
| YUV | 118.06 | 93.54 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 57 | 0 | 0.65 | 0.74 | 0.14 | 7.73 | 0.7 | 0.54 |
| Hex | DC | 4E | 39 | 0 | 41 | 4A | E | 8 | 46 | 36 |
| Octal | 334 | 116 | 71 | 0 | 101 | 112 | 16 | 10 | 106 | 66 |
| Binary | 11011100 | 1001110 | 111001 | 0 | 1000001 | 1001010 | 1110 | 1000 | 1000110 | 110110 |
Color Harmonies of #DC4E39
Complementary color
Monochromatic Colors of #DC4E39
Black with #DC4E39
Text Example
Text Example
White with #DC4E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E39; }
p { color: rgb(220,78,57); }
H1.HeaderClassName
{
color: #DC4E39;
}
.AnyTagClassName
{
color: #DC4E39;
}
</style>
background-color css
<style>
a { background-color: #DC4E39; }
a { background-color: rgb(220,78,57); }
div.DivClassName
{
background-color: #DC4E39;
}
.BgClassName
{
background-color: #DC4E39;
}
</style>
border-color css
<style>
span { border-color: #DC4E39; }
span { border-color: rgb(220,78,57); }
td.TdClassName
{
border-color: #DC4E39;
}
.TagClassName
{
border-color: #DC4E39;
}
</style>