Shades of Cinnabar #DE442E
Tints of Cinnabar #DE442E
RGB
CMYK
RGB Variations
Color information
#DE442E (or 0xDE442E) is known color: Cinnabar. HEX triplet: DE, 44 and 2E. RGB value is (222,68,46). Sum of RGB (Red+Green+Blue) = 222+68+46=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE442E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE442E is #21BBD1. Grayscale: #6F6F6F. Windows color (decimal): -2210770 or 3032286. OLE color: 3032286.
HSL color Cylindrical-coordinate representation of color #DE442E: hue angle of 7.5º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE442E is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 46 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.13 |
| HSL | 7.5º | 0.73% | 0.53% | - |
| HSV(B) | 7.5º | 0.79% | 0.87% | - |
| XYZ | 32.68 | 19.86 | 4.7 | - |
| YUV | 111.54 | 91.02 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 46 | 0 | 0.69 | 0.79 | 0.13 | 7.5 | 0.73 | 0.53 |
| Hex | DE | 44 | 2E | 0 | 45 | 4F | D | 8 | 49 | 35 |
| Octal | 336 | 104 | 56 | 0 | 105 | 117 | 15 | 10 | 111 | 65 |
| Binary | 11011110 | 1000100 | 101110 | 0 | 1000101 | 1001111 | 1101 | 1000 | 1001001 | 110101 |
Color Harmonies of #DE442E
Complementary color
Monochromatic Colors of #DE442E
Black with #DE442E
Text Example
Text Example
White with #DE442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE442E; }
p { color: rgb(222,68,46); }
H1.HeaderClassName
{
color: #DE442E;
}
.AnyTagClassName
{
color: #DE442E;
}
</style>
background-color css
<style>
a { background-color: #DE442E; }
a { background-color: rgb(222,68,46); }
div.DivClassName
{
background-color: #DE442E;
}
.BgClassName
{
background-color: #DE442E;
}
</style>
border-color css
<style>
span { border-color: #DE442E; }
span { border-color: rgb(222,68,46); }
td.TdClassName
{
border-color: #DE442E;
}
.TagClassName
{
border-color: #DE442E;
}
</style>