Shades of Cinnabar #DE4227
Tints of Cinnabar #DE4227
RGB
CMYK
RGB Variations
Color information
#DE4227 (or 0xDE4227) is known color: Cinnabar. HEX triplet: DE, 42 and 27. RGB value is (222,66,39). Sum of RGB (Red+Green+Blue) = 222+66+39=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4227 is #21BDD8. Grayscale: #6D6D6D. Windows color (decimal): -2211289 or 2573022. OLE color: 2573022.
HSL color Cylindrical-coordinate representation of color #DE4227: hue angle of 8.85º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE4227 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 66 | 39 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.13 |
| HSL | 8.85º | 0.73% | 0.51% | - |
| HSV(B) | 8.85º | 0.82% | 0.87% | - |
| XYZ | 32.44 | 19.57 | 3.99 | - |
| YUV | 109.57 | 88.18 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 66 | 39 | 0 | 0.70 | 0.82 | 0.13 | 8.85 | 0.73 | 0.51 |
| Hex | DE | 42 | 27 | 0 | 46 | 52 | D | 9 | 49 | 33 |
| Octal | 336 | 102 | 47 | 0 | 106 | 122 | 15 | 11 | 111 | 63 |
| Binary | 11011110 | 1000010 | 100111 | 0 | 1000110 | 1010010 | 1101 | 1001 | 1001001 | 110011 |
Color Harmonies of #DE4227
Complementary color
Monochromatic Colors of #DE4227
Black with #DE4227
Text Example
Text Example
White with #DE4227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4227; }
p { color: rgb(222,66,39); }
H1.HeaderClassName
{
color: #DE4227;
}
.AnyTagClassName
{
color: #DE4227;
}
</style>
background-color css
<style>
a { background-color: #DE4227; }
a { background-color: rgb(222,66,39); }
div.DivClassName
{
background-color: #DE4227;
}
.BgClassName
{
background-color: #DE4227;
}
</style>
border-color css
<style>
span { border-color: #DE4227; }
span { border-color: rgb(222,66,39); }
td.TdClassName
{
border-color: #DE4227;
}
.TagClassName
{
border-color: #DE4227;
}
</style>