Shades of Cinnabar #DE4039
Tints of Cinnabar #DE4039
RGB
CMYK
RGB Variations
Color information
#DE4039 (or 0xDE4039) is known color: Cinnabar. HEX triplet: DE, 40 and 39. RGB value is (222,64,57). Sum of RGB (Red+Green+Blue) = 222+64+57=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4039 is #21BFC6. Grayscale: #6E6E6E. Windows color (decimal): -2211783 or 3752158. OLE color: 3752158.
HSL color Cylindrical-coordinate representation of color #DE4039: hue angle of 2.55º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE4039 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 57 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.13 |
| HSL | 2.55º | 0.71% | 0.55% | - |
| HSV(B) | 2.55º | 0.74% | 0.87% | - |
| XYZ | 32.7 | 19.49 | 5.91 | - |
| YUV | 110.44 | 97.85 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 57 | 0 | 0.71 | 0.74 | 0.13 | 2.55 | 0.71 | 0.55 |
| Hex | DE | 40 | 39 | 0 | 47 | 4A | D | 3 | 47 | 37 |
| Octal | 336 | 100 | 71 | 0 | 107 | 112 | 15 | 3 | 107 | 67 |
| Binary | 11011110 | 1000000 | 111001 | 0 | 1000111 | 1001010 | 1101 | 11 | 1000111 | 110111 |
Color Harmonies of #DE4039
Complementary color
Monochromatic Colors of #DE4039
Black with #DE4039
Text Example
Text Example
White with #DE4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4039; }
p { color: rgb(222,64,57); }
H1.HeaderClassName
{
color: #DE4039;
}
.AnyTagClassName
{
color: #DE4039;
}
</style>
background-color css
<style>
a { background-color: #DE4039; }
a { background-color: rgb(222,64,57); }
div.DivClassName
{
background-color: #DE4039;
}
.BgClassName
{
background-color: #DE4039;
}
</style>
border-color css
<style>
span { border-color: #DE4039; }
span { border-color: rgb(222,64,57); }
td.TdClassName
{
border-color: #DE4039;
}
.TagClassName
{
border-color: #DE4039;
}
</style>