Shades of Cinnabar #DE3C34
Tints of Cinnabar #DE3C34
RGB
CMYK
RGB Variations
Color information
#DE3C34 (or 0xDE3C34) is known color: Cinnabar. HEX triplet: DE, 3C and 34. RGB value is (222,60,52). Sum of RGB (Red+Green+Blue) = 222+60+52=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3C34 is #21C3CB. Grayscale: #6B6B6B. Windows color (decimal): -2212812 or 3423454. OLE color: 3423454.
HSL color Cylindrical-coordinate representation of color #DE3C34: hue angle of 2.82º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3C34 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 60 | 52 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.13 |
| HSL | 2.82º | 0.72% | 0.54% | - |
| HSV(B) | 2.82º | 0.77% | 0.87% | - |
| XYZ | 32.36 | 19.01 | 5.21 | - |
| YUV | 107.53 | 96.67 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 60 | 52 | 0 | 0.73 | 0.77 | 0.13 | 2.82 | 0.72 | 0.54 |
| Hex | DE | 3C | 34 | 0 | 49 | 4D | D | 3 | 48 | 36 |
| Octal | 336 | 74 | 64 | 0 | 111 | 115 | 15 | 3 | 110 | 66 |
| Binary | 11011110 | 111100 | 110100 | 0 | 1001001 | 1001101 | 1101 | 11 | 1001000 | 110110 |
Color Harmonies of #DE3C34
Complementary color
Monochromatic Colors of #DE3C34
Black with #DE3C34
Text Example
Text Example
White with #DE3C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3C34; }
p { color: rgb(222,60,52); }
H1.HeaderClassName
{
color: #DE3C34;
}
.AnyTagClassName
{
color: #DE3C34;
}
</style>
background-color css
<style>
a { background-color: #DE3C34; }
a { background-color: rgb(222,60,52); }
div.DivClassName
{
background-color: #DE3C34;
}
.BgClassName
{
background-color: #DE3C34;
}
</style>
border-color css
<style>
span { border-color: #DE3C34; }
span { border-color: rgb(222,60,52); }
td.TdClassName
{
border-color: #DE3C34;
}
.TagClassName
{
border-color: #DE3C34;
}
</style>