Shades of Cinnabar #DE431D
Tints of Cinnabar #DE431D
RGB
CMYK
RGB Variations
Color information
#DE431D (or 0xDE431D) is known color: Cinnabar. HEX triplet: DE, 43 and 1D. RGB value is (222,67,29). Sum of RGB (Red+Green+Blue) = 222+67+29=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE431D is #21BCE2. Grayscale: #6D6D6D. Windows color (decimal): -2211043 or 1917918. OLE color: 1917918.
HSL color Cylindrical-coordinate representation of color #DE431D: hue angle of 11.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE431D is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 67 | 29 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.13 |
| HSL | 11.81º | 0.77% | 0.49% | - |
| HSV(B) | 11.81º | 0.87% | 0.87% | - |
| XYZ | 32.35 | 19.63 | 3.25 | - |
| YUV | 109.01 | 82.85 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 67 | 29 | 0 | 0.70 | 0.87 | 0.13 | 11.81 | 0.77 | 0.49 |
| Hex | DE | 43 | 1D | 0 | 46 | 57 | D | C | 4D | 31 |
| Octal | 336 | 103 | 35 | 0 | 106 | 127 | 15 | 14 | 115 | 61 |
| Binary | 11011110 | 1000011 | 11101 | 0 | 1000110 | 1010111 | 1101 | 1100 | 1001101 | 110001 |
Color Harmonies of #DE431D
Complementary color
Monochromatic Colors of #DE431D
Black with #DE431D
Text Example
Text Example
White with #DE431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE431D; }
p { color: rgb(222,67,29); }
H1.HeaderClassName
{
color: #DE431D;
}
.AnyTagClassName
{
color: #DE431D;
}
</style>
background-color css
<style>
a { background-color: #DE431D; }
a { background-color: rgb(222,67,29); }
div.DivClassName
{
background-color: #DE431D;
}
.BgClassName
{
background-color: #DE431D;
}
</style>
border-color css
<style>
span { border-color: #DE431D; }
span { border-color: rgb(222,67,29); }
td.TdClassName
{
border-color: #DE431D;
}
.TagClassName
{
border-color: #DE431D;
}
</style>