Shades of Cinnabar #DE4239
Tints of Cinnabar #DE4239
RGB
CMYK
RGB Variations
Color information
#DE4239 (or 0xDE4239) is known color: Cinnabar. HEX triplet: DE, 42 and 39. RGB value is (222,66,57). Sum of RGB (Red+Green+Blue) = 222+66+57=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4239 is #21BDC6. Grayscale: #6F6F6F. Windows color (decimal): -2211271 or 3752670. OLE color: 3752670.
HSL color Cylindrical-coordinate representation of color #DE4239: hue angle of 3.27º 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 #DE4239 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 66 | 57 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.13 |
| HSL | 3.27º | 0.71% | 0.55% | - |
| HSV(B) | 3.27º | 0.74% | 0.87% | - |
| XYZ | 32.81 | 19.72 | 5.95 | - |
| YUV | 111.62 | 97.18 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 66 | 57 | 0 | 0.70 | 0.74 | 0.13 | 3.27 | 0.71 | 0.55 |
| Hex | DE | 42 | 39 | 0 | 46 | 4A | D | 3 | 47 | 37 |
| Octal | 336 | 102 | 71 | 0 | 106 | 112 | 15 | 3 | 107 | 67 |
| Binary | 11011110 | 1000010 | 111001 | 0 | 1000110 | 1001010 | 1101 | 11 | 1000111 | 110111 |
Color Harmonies of #DE4239
Complementary color
Monochromatic Colors of #DE4239
Black with #DE4239
Text Example
Text Example
White with #DE4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4239; }
p { color: rgb(222,66,57); }
H1.HeaderClassName
{
color: #DE4239;
}
.AnyTagClassName
{
color: #DE4239;
}
</style>
background-color css
<style>
a { background-color: #DE4239; }
a { background-color: rgb(222,66,57); }
div.DivClassName
{
background-color: #DE4239;
}
.BgClassName
{
background-color: #DE4239;
}
</style>
border-color css
<style>
span { border-color: #DE4239; }
span { border-color: rgb(222,66,57); }
td.TdClassName
{
border-color: #DE4239;
}
.TagClassName
{
border-color: #DE4239;
}
</style>