Shades of Cinnabar #DE392F
Tints of Cinnabar #DE392F
RGB
CMYK
RGB Variations
Color information
#DE392F (or 0xDE392F) is known color: Cinnabar. HEX triplet: DE, 39 and 2F. RGB value is (222,57,47). Sum of RGB (Red+Green+Blue) = 222+57+47=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE392F is #21C6D0. Grayscale: #696969. Windows color (decimal): -2213585 or 3095006. OLE color: 3095006.
HSL color Cylindrical-coordinate representation of color #DE392F: hue angle of 3.43º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE392F is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 57 | 47 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.13 |
| HSL | 3.43º | 0.73% | 0.53% | - |
| HSV(B) | 3.43º | 0.79% | 0.87% | - |
| XYZ | 32.1 | 18.66 | 4.6 | - |
| YUV | 105.2 | 95.16 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 57 | 47 | 0 | 0.74 | 0.79 | 0.13 | 3.43 | 0.73 | 0.53 |
| Hex | DE | 39 | 2F | 0 | 4A | 4F | D | 3 | 49 | 35 |
| Octal | 336 | 71 | 57 | 0 | 112 | 117 | 15 | 3 | 111 | 65 |
| Binary | 11011110 | 111001 | 101111 | 0 | 1001010 | 1001111 | 1101 | 11 | 1001001 | 110101 |
Color Harmonies of #DE392F
Complementary color
Monochromatic Colors of #DE392F
Black with #DE392F
Text Example
Text Example
White with #DE392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE392F; }
p { color: rgb(222,57,47); }
H1.HeaderClassName
{
color: #DE392F;
}
.AnyTagClassName
{
color: #DE392F;
}
</style>
background-color css
<style>
a { background-color: #DE392F; }
a { background-color: rgb(222,57,47); }
div.DivClassName
{
background-color: #DE392F;
}
.BgClassName
{
background-color: #DE392F;
}
</style>
border-color css
<style>
span { border-color: #DE392F; }
span { border-color: rgb(222,57,47); }
td.TdClassName
{
border-color: #DE392F;
}
.TagClassName
{
border-color: #DE392F;
}
</style>