Shades of Cinnabar #DE4324
Tints of Cinnabar #DE4324
RGB
CMYK
RGB Variations
Color information
#DE4324 (or 0xDE4324) is known color: Cinnabar. HEX triplet: DE, 43 and 24. RGB value is (222,67,36). Sum of RGB (Red+Green+Blue) = 222+67+36=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4324 is #21BCDB. Grayscale: #6E6E6E. Windows color (decimal): -2211036 or 2376670. OLE color: 2376670.
HSL color Cylindrical-coordinate representation of color #DE4324: hue angle of 10º 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 #DE4324 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 67 | 36 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.13 |
| HSL | 10º | 0.74% | 0.51% | - |
| HSV(B) | 10º | 0.84% | 0.87% | - |
| XYZ | 32.45 | 19.67 | 3.76 | - |
| YUV | 109.81 | 86.35 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 67 | 36 | 0 | 0.70 | 0.84 | 0.13 | 10 | 0.74 | 0.51 |
| Hex | DE | 43 | 24 | 0 | 46 | 54 | D | A | 4A | 33 |
| Octal | 336 | 103 | 44 | 0 | 106 | 124 | 15 | 12 | 112 | 63 |
| Binary | 11011110 | 1000011 | 100100 | 0 | 1000110 | 1010100 | 1101 | 1010 | 1001010 | 110011 |
Color Harmonies of #DE4324
Complementary color
Monochromatic Colors of #DE4324
Black with #DE4324
Text Example
Text Example
White with #DE4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4324; }
p { color: rgb(222,67,36); }
H1.HeaderClassName
{
color: #DE4324;
}
.AnyTagClassName
{
color: #DE4324;
}
</style>
background-color css
<style>
a { background-color: #DE4324; }
a { background-color: rgb(222,67,36); }
div.DivClassName
{
background-color: #DE4324;
}
.BgClassName
{
background-color: #DE4324;
}
</style>
border-color css
<style>
span { border-color: #DE4324; }
span { border-color: rgb(222,67,36); }
td.TdClassName
{
border-color: #DE4324;
}
.TagClassName
{
border-color: #DE4324;
}
</style>