Shades of Cinnabar #DE392B
Tints of Cinnabar #DE392B
RGB
CMYK
RGB Variations
Color information
#DE392B (or 0xDE392B) is known color: Cinnabar. HEX triplet: DE, 39 and 2B. RGB value is (222,57,43). Sum of RGB (Red+Green+Blue) = 222+57+43=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE392B is #21C6D4. Grayscale: #686868. Windows color (decimal): -2213589 or 2832862. OLE color: 2832862.
HSL color Cylindrical-coordinate representation of color #DE392B: hue angle of 4.69º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE392B is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 57 | 43 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.13 |
| HSL | 4.69º | 0.73% | 0.52% | - |
| HSV(B) | 4.69º | 0.81% | 0.87% | - |
| XYZ | 32.02 | 18.63 | 4.19 | - |
| YUV | 104.74 | 93.16 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 57 | 43 | 0 | 0.74 | 0.81 | 0.13 | 4.69 | 0.73 | 0.52 |
| Hex | DE | 39 | 2B | 0 | 4A | 51 | D | 5 | 49 | 34 |
| Octal | 336 | 71 | 53 | 0 | 112 | 121 | 15 | 5 | 111 | 64 |
| Binary | 11011110 | 111001 | 101011 | 0 | 1001010 | 1010001 | 1101 | 101 | 1001001 | 110100 |
Color Harmonies of #DE392B
Complementary color
Monochromatic Colors of #DE392B
Black with #DE392B
Text Example
Text Example
White with #DE392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE392B; }
p { color: rgb(222,57,43); }
H1.HeaderClassName
{
color: #DE392B;
}
.AnyTagClassName
{
color: #DE392B;
}
</style>
background-color css
<style>
a { background-color: #DE392B; }
a { background-color: rgb(222,57,43); }
div.DivClassName
{
background-color: #DE392B;
}
.BgClassName
{
background-color: #DE392B;
}
</style>
border-color css
<style>
span { border-color: #DE392B; }
span { border-color: rgb(222,57,43); }
td.TdClassName
{
border-color: #DE392B;
}
.TagClassName
{
border-color: #DE392B;
}
</style>