Shades of Cinnabar #DE451E
Tints of Cinnabar #DE451E
RGB
CMYK
RGB Variations
Color information
#DE451E (or 0xDE451E) is known color: Cinnabar. HEX triplet: DE, 45 and 1E. RGB value is (222,69,30). Sum of RGB (Red+Green+Blue) = 222+69+30=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE451E is #21BAE1. Grayscale: #6E6E6E. Windows color (decimal): -2210530 or 1983966. OLE color: 1983966.
HSL color Cylindrical-coordinate representation of color #DE451E: hue angle of 12.19º 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 #DE451E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 69 | 30 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.13 |
| HSL | 12.19º | 0.76% | 0.49% | - |
| HSV(B) | 12.19º | 0.86% | 0.87% | - |
| XYZ | 32.49 | 19.88 | 3.35 | - |
| YUV | 110.3 | 82.69 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 69 | 30 | 0 | 0.69 | 0.86 | 0.13 | 12.19 | 0.76 | 0.49 |
| Hex | DE | 45 | 1E | 0 | 45 | 56 | D | C | 4C | 31 |
| Octal | 336 | 105 | 36 | 0 | 105 | 126 | 15 | 14 | 114 | 61 |
| Binary | 11011110 | 1000101 | 11110 | 0 | 1000101 | 1010110 | 1101 | 1100 | 1001100 | 110001 |
Color Harmonies of #DE451E
Complementary color
Monochromatic Colors of #DE451E
Black with #DE451E
Text Example
Text Example
White with #DE451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE451E; }
p { color: rgb(222,69,30); }
H1.HeaderClassName
{
color: #DE451E;
}
.AnyTagClassName
{
color: #DE451E;
}
</style>
background-color css
<style>
a { background-color: #DE451E; }
a { background-color: rgb(222,69,30); }
div.DivClassName
{
background-color: #DE451E;
}
.BgClassName
{
background-color: #DE451E;
}
</style>
border-color css
<style>
span { border-color: #DE451E; }
span { border-color: rgb(222,69,30); }
td.TdClassName
{
border-color: #DE451E;
}
.TagClassName
{
border-color: #DE451E;
}
</style>