Shades of Cinnabar #DE462C
Tints of Cinnabar #DE462C
RGB
CMYK
RGB Variations
Color information
#DE462C (or 0xDE462C) is known color: Cinnabar. HEX triplet: DE, 46 and 2C. RGB value is (222,70,44). Sum of RGB (Red+Green+Blue) = 222+70+44=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE462C is #21B9D3. Grayscale: #707070. Windows color (decimal): -2210260 or 2901726. OLE color: 2901726.
HSL color Cylindrical-coordinate representation of color #DE462C: hue angle of 8.76º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE462C is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 70 | 44 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.13 |
| HSL | 8.76º | 0.73% | 0.52% | - |
| HSV(B) | 8.76º | 0.8% | 0.87% | - |
| XYZ | 32.77 | 20.09 | 4.53 | - |
| YUV | 112.48 | 89.36 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 70 | 44 | 0 | 0.68 | 0.80 | 0.13 | 8.76 | 0.73 | 0.52 |
| Hex | DE | 46 | 2C | 0 | 44 | 50 | D | 9 | 49 | 34 |
| Octal | 336 | 106 | 54 | 0 | 104 | 120 | 15 | 11 | 111 | 64 |
| Binary | 11011110 | 1000110 | 101100 | 0 | 1000100 | 1010000 | 1101 | 1001 | 1001001 | 110100 |
Color Harmonies of #DE462C
Complementary color
Monochromatic Colors of #DE462C
Black with #DE462C
Text Example
Text Example
White with #DE462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE462C; }
p { color: rgb(222,70,44); }
H1.HeaderClassName
{
color: #DE462C;
}
.AnyTagClassName
{
color: #DE462C;
}
</style>
background-color css
<style>
a { background-color: #DE462C; }
a { background-color: rgb(222,70,44); }
div.DivClassName
{
background-color: #DE462C;
}
.BgClassName
{
background-color: #DE462C;
}
</style>
border-color css
<style>
span { border-color: #DE462C; }
span { border-color: rgb(222,70,44); }
td.TdClassName
{
border-color: #DE462C;
}
.TagClassName
{
border-color: #DE462C;
}
</style>