Shades of Cinnabar #DE3924
Tints of Cinnabar #DE3924
RGB
CMYK
RGB Variations
Color information
#DE3924 (or 0xDE3924) is known color: Cinnabar. HEX triplet: DE, 39 and 24. RGB value is (222,57,36). Sum of RGB (Red+Green+Blue) = 222+57+36=315 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.48% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3924 is #21C6DB. Grayscale: #686868. Windows color (decimal): -2213596 or 2374110. OLE color: 2374110.
HSL color Cylindrical-coordinate representation of color #DE3924: hue angle of 6.77º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE3924 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 57 | 36 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.13 |
| HSL | 6.77º | 0.74% | 0.51% | - |
| HSV(B) | 6.77º | 0.84% | 0.87% | - |
| XYZ | 31.91 | 18.58 | 3.57 | - |
| YUV | 103.94 | 89.66 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 57 | 36 | 0 | 0.74 | 0.84 | 0.13 | 6.77 | 0.74 | 0.51 |
| Hex | DE | 39 | 24 | 0 | 4A | 54 | D | 7 | 4A | 33 |
| Octal | 336 | 71 | 44 | 0 | 112 | 124 | 15 | 7 | 112 | 63 |
| Binary | 11011110 | 111001 | 100100 | 0 | 1001010 | 1010100 | 1101 | 111 | 1001010 | 110011 |
Color Harmonies of #DE3924
Complementary color
Monochromatic Colors of #DE3924
Black with #DE3924
Text Example
Text Example
White with #DE3924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3924; }
p { color: rgb(222,57,36); }
H1.HeaderClassName
{
color: #DE3924;
}
.AnyTagClassName
{
color: #DE3924;
}
</style>
background-color css
<style>
a { background-color: #DE3924; }
a { background-color: rgb(222,57,36); }
div.DivClassName
{
background-color: #DE3924;
}
.BgClassName
{
background-color: #DE3924;
}
</style>
border-color css
<style>
span { border-color: #DE3924; }
span { border-color: rgb(222,57,36); }
td.TdClassName
{
border-color: #DE3924;
}
.TagClassName
{
border-color: #DE3924;
}
</style>