Shades of Cinnabar #DE4323
Tints of Cinnabar #DE4323
RGB
CMYK
RGB Variations
Color information
#DE4323 (or 0xDE4323) is known color: Cinnabar. HEX triplet: DE, 43 and 23. RGB value is (222,67,35). Sum of RGB (Red+Green+Blue) = 222+67+35=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4323 is #21BCDC. Grayscale: #6D6D6D. Windows color (decimal): -2211037 or 2311134. OLE color: 2311134.
HSL color Cylindrical-coordinate representation of color #DE4323: hue angle of 10.27º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE4323 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 67 | 35 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.13 |
| HSL | 10.27º | 0.74% | 0.5% | - |
| HSV(B) | 10.27º | 0.84% | 0.87% | - |
| XYZ | 32.43 | 19.67 | 3.68 | - |
| YUV | 109.7 | 85.85 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 67 | 35 | 0 | 0.70 | 0.84 | 0.13 | 10.27 | 0.74 | 0.5 |
| Hex | DE | 43 | 23 | 0 | 46 | 54 | D | A | 4A | 32 |
| Octal | 336 | 103 | 43 | 0 | 106 | 124 | 15 | 12 | 112 | 62 |
| Binary | 11011110 | 1000011 | 100011 | 0 | 1000110 | 1010100 | 1101 | 1010 | 1001010 | 110010 |
Color Harmonies of #DE4323
Complementary color
Monochromatic Colors of #DE4323
Black with #DE4323
Text Example
Text Example
White with #DE4323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4323; }
p { color: rgb(222,67,35); }
H1.HeaderClassName
{
color: #DE4323;
}
.AnyTagClassName
{
color: #DE4323;
}
</style>
background-color css
<style>
a { background-color: #DE4323; }
a { background-color: rgb(222,67,35); }
div.DivClassName
{
background-color: #DE4323;
}
.BgClassName
{
background-color: #DE4323;
}
</style>
border-color css
<style>
span { border-color: #DE4323; }
span { border-color: rgb(222,67,35); }
td.TdClassName
{
border-color: #DE4323;
}
.TagClassName
{
border-color: #DE4323;
}
</style>