Shades of Cinnabar #DE4037
Tints of Cinnabar #DE4037
RGB
CMYK
RGB Variations
Color information
#DE4037 (or 0xDE4037) is known color: Cinnabar. HEX triplet: DE, 40 and 37. RGB value is (222,64,55). Sum of RGB (Red+Green+Blue) = 222+64+55=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4037 is #21BFC8. Grayscale: #6E6E6E. Windows color (decimal): -2211785 or 3621086. OLE color: 3621086.
HSL color Cylindrical-coordinate representation of color #DE4037: hue angle of 3.23º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE4037 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 55 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.13 |
| HSL | 3.23º | 0.72% | 0.54% | - |
| HSV(B) | 3.23º | 0.75% | 0.87% | - |
| XYZ | 32.65 | 19.47 | 5.65 | - |
| YUV | 110.22 | 96.85 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 55 | 0 | 0.71 | 0.75 | 0.13 | 3.23 | 0.72 | 0.54 |
| Hex | DE | 40 | 37 | 0 | 47 | 4B | D | 3 | 48 | 36 |
| Octal | 336 | 100 | 67 | 0 | 107 | 113 | 15 | 3 | 110 | 66 |
| Binary | 11011110 | 1000000 | 110111 | 0 | 1000111 | 1001011 | 1101 | 11 | 1001000 | 110110 |
Color Harmonies of #DE4037
Complementary color
Monochromatic Colors of #DE4037
Black with #DE4037
Text Example
Text Example
White with #DE4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4037; }
p { color: rgb(222,64,55); }
H1.HeaderClassName
{
color: #DE4037;
}
.AnyTagClassName
{
color: #DE4037;
}
</style>
background-color css
<style>
a { background-color: #DE4037; }
a { background-color: rgb(222,64,55); }
div.DivClassName
{
background-color: #DE4037;
}
.BgClassName
{
background-color: #DE4037;
}
</style>
border-color css
<style>
span { border-color: #DE4037; }
span { border-color: rgb(222,64,55); }
td.TdClassName
{
border-color: #DE4037;
}
.TagClassName
{
border-color: #DE4037;
}
</style>