Shades of Cinnabar #DE4623
Tints of Cinnabar #DE4623
RGB
CMYK
RGB Variations
Color information
#DE4623 (or 0xDE4623) is known color: Cinnabar. HEX triplet: DE, 46 and 23. RGB value is (222,70,35). Sum of RGB (Red+Green+Blue) = 222+70+35=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4623 is #21B9DC. Grayscale: #6F6F6F. Windows color (decimal): -2210269 or 2311902. OLE color: 2311902.
HSL color Cylindrical-coordinate representation of color #DE4623: hue angle of 11.23º 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 #DE4623 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 70 | 35 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.13 |
| HSL | 11.23º | 0.74% | 0.5% | - |
| HSV(B) | 11.23º | 0.84% | 0.87% | - |
| XYZ | 32.62 | 20.03 | 3.74 | - |
| YUV | 111.46 | 84.86 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 70 | 35 | 0 | 0.68 | 0.84 | 0.13 | 11.23 | 0.74 | 0.5 |
| Hex | DE | 46 | 23 | 0 | 44 | 54 | D | B | 4A | 32 |
| Octal | 336 | 106 | 43 | 0 | 104 | 124 | 15 | 13 | 112 | 62 |
| Binary | 11011110 | 1000110 | 100011 | 0 | 1000100 | 1010100 | 1101 | 1011 | 1001010 | 110010 |
Color Harmonies of #DE4623
Complementary color
Monochromatic Colors of #DE4623
Black with #DE4623
Text Example
Text Example
White with #DE4623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4623; }
p { color: rgb(222,70,35); }
H1.HeaderClassName
{
color: #DE4623;
}
.AnyTagClassName
{
color: #DE4623;
}
</style>
background-color css
<style>
a { background-color: #DE4623; }
a { background-color: rgb(222,70,35); }
div.DivClassName
{
background-color: #DE4623;
}
.BgClassName
{
background-color: #DE4623;
}
</style>
border-color css
<style>
span { border-color: #DE4623; }
span { border-color: rgb(222,70,35); }
td.TdClassName
{
border-color: #DE4623;
}
.TagClassName
{
border-color: #DE4623;
}
</style>