Shades of Cinnabar #DE4226
Tints of Cinnabar #DE4226
RGB
CMYK
RGB Variations
Color information
#DE4226 (or 0xDE4226) is known color: Cinnabar. HEX triplet: DE, 42 and 26. RGB value is (222,66,38). Sum of RGB (Red+Green+Blue) = 222+66+38=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4226 is #21BDD9. Grayscale: #6D6D6D. Windows color (decimal): -2211290 or 2507486. OLE color: 2507486.
HSL color Cylindrical-coordinate representation of color #DE4226: hue angle of 9.13º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE4226 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 66 | 38 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.13 |
| HSL | 9.13º | 0.74% | 0.51% | - |
| HSV(B) | 9.13º | 0.83% | 0.87% | - |
| XYZ | 32.42 | 19.57 | 3.9 | - |
| YUV | 109.45 | 87.68 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 66 | 38 | 0 | 0.70 | 0.83 | 0.13 | 9.13 | 0.74 | 0.51 |
| Hex | DE | 42 | 26 | 0 | 46 | 53 | D | 9 | 4A | 33 |
| Octal | 336 | 102 | 46 | 0 | 106 | 123 | 15 | 11 | 112 | 63 |
| Binary | 11011110 | 1000010 | 100110 | 0 | 1000110 | 1010011 | 1101 | 1001 | 1001010 | 110011 |
Color Harmonies of #DE4226
Complementary color
Monochromatic Colors of #DE4226
Black with #DE4226
Text Example
Text Example
White with #DE4226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4226; }
p { color: rgb(222,66,38); }
H1.HeaderClassName
{
color: #DE4226;
}
.AnyTagClassName
{
color: #DE4226;
}
</style>
background-color css
<style>
a { background-color: #DE4226; }
a { background-color: rgb(222,66,38); }
div.DivClassName
{
background-color: #DE4226;
}
.BgClassName
{
background-color: #DE4226;
}
</style>
border-color css
<style>
span { border-color: #DE4226; }
span { border-color: rgb(222,66,38); }
td.TdClassName
{
border-color: #DE4226;
}
.TagClassName
{
border-color: #DE4226;
}
</style>