Shades of Cinnabar #DE491E
Tints of Cinnabar #DE491E
RGB
CMYK
RGB Variations
Color information
#DE491E (or 0xDE491E) is known color: Cinnabar. HEX triplet: DE, 49 and 1E. RGB value is (222,73,30). Sum of RGB (Red+Green+Blue) = 222+73+30=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE491E is #21B6E1. Grayscale: #707070. Windows color (decimal): -2209506 or 1984990. OLE color: 1984990.
HSL color Cylindrical-coordinate representation of color #DE491E: hue angle of 13.44º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE491E is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 30 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.13 |
| HSL | 13.44º | 0.76% | 0.49% | - |
| HSV(B) | 13.44º | 0.86% | 0.87% | - |
| XYZ | 32.74 | 20.39 | 3.44 | - |
| YUV | 112.65 | 81.36 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 30 | 0 | 0.67 | 0.86 | 0.13 | 13.44 | 0.76 | 0.49 |
| Hex | DE | 49 | 1E | 0 | 43 | 56 | D | D | 4C | 31 |
| Octal | 336 | 111 | 36 | 0 | 103 | 126 | 15 | 15 | 114 | 61 |
| Binary | 11011110 | 1001001 | 11110 | 0 | 1000011 | 1010110 | 1101 | 1101 | 1001100 | 110001 |
Color Harmonies of #DE491E
Complementary color
Monochromatic Colors of #DE491E
Black with #DE491E
Text Example
Text Example
White with #DE491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE491E; }
p { color: rgb(222,73,30); }
H1.HeaderClassName
{
color: #DE491E;
}
.AnyTagClassName
{
color: #DE491E;
}
</style>
background-color css
<style>
a { background-color: #DE491E; }
a { background-color: rgb(222,73,30); }
div.DivClassName
{
background-color: #DE491E;
}
.BgClassName
{
background-color: #DE491E;
}
</style>
border-color css
<style>
span { border-color: #DE491E; }
span { border-color: rgb(222,73,30); }
td.TdClassName
{
border-color: #DE491E;
}
.TagClassName
{
border-color: #DE491E;
}
</style>