Shades of Cinnabar #DE431E
Tints of Cinnabar #DE431E
RGB
CMYK
RGB Variations
Color information
#DE431E (or 0xDE431E) is known color: Cinnabar. HEX triplet: DE, 43 and 1E. RGB value is (222,67,30). Sum of RGB (Red+Green+Blue) = 222+67+30=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE431E is #21BCE1. Grayscale: #6D6D6D. Windows color (decimal): -2211042 or 1983454. OLE color: 1983454.
HSL color Cylindrical-coordinate representation of color #DE431E: hue angle of 11.56º 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 #DE431E is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 67 | 30 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.13 |
| HSL | 11.56º | 0.76% | 0.49% | - |
| HSV(B) | 11.56º | 0.86% | 0.87% | - |
| XYZ | 32.37 | 19.64 | 3.31 | - |
| YUV | 109.13 | 83.35 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 67 | 30 | 0 | 0.70 | 0.86 | 0.13 | 11.56 | 0.76 | 0.49 |
| Hex | DE | 43 | 1E | 0 | 46 | 56 | D | C | 4C | 31 |
| Octal | 336 | 103 | 36 | 0 | 106 | 126 | 15 | 14 | 114 | 61 |
| Binary | 11011110 | 1000011 | 11110 | 0 | 1000110 | 1010110 | 1101 | 1100 | 1001100 | 110001 |
Color Harmonies of #DE431E
Complementary color
Monochromatic Colors of #DE431E
Black with #DE431E
Text Example
Text Example
White with #DE431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE431E; }
p { color: rgb(222,67,30); }
H1.HeaderClassName
{
color: #DE431E;
}
.AnyTagClassName
{
color: #DE431E;
}
</style>
background-color css
<style>
a { background-color: #DE431E; }
a { background-color: rgb(222,67,30); }
div.DivClassName
{
background-color: #DE431E;
}
.BgClassName
{
background-color: #DE431E;
}
</style>
border-color css
<style>
span { border-color: #DE431E; }
span { border-color: rgb(222,67,30); }
td.TdClassName
{
border-color: #DE431E;
}
.TagClassName
{
border-color: #DE431E;
}
</style>