Shades of Cinnabar #DE4A36
Tints of Cinnabar #DE4A36
RGB
CMYK
RGB Variations
Color information
#DE4A36 (or 0xDE4A36) is known color: Cinnabar. HEX triplet: DE, 4A and 36. RGB value is (222,74,54). Sum of RGB (Red+Green+Blue) = 222+74+54=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4A36 is #21B5C9. Grayscale: #747474. Windows color (decimal): -2209226 or 3558110. OLE color: 3558110.
HSL color Cylindrical-coordinate representation of color #DE4A36: hue angle of 7.14º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE4A36 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 74 | 54 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.13 |
| HSL | 7.14º | 0.72% | 0.54% | - |
| HSV(B) | 7.14º | 0.76% | 0.87% | - |
| XYZ | 33.24 | 20.69 | 5.73 | - |
| YUV | 115.97 | 93.03 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 74 | 54 | 0 | 0.67 | 0.76 | 0.13 | 7.14 | 0.72 | 0.54 |
| Hex | DE | 4A | 36 | 0 | 43 | 4C | D | 7 | 48 | 36 |
| Octal | 336 | 112 | 66 | 0 | 103 | 114 | 15 | 7 | 110 | 66 |
| Binary | 11011110 | 1001010 | 110110 | 0 | 1000011 | 1001100 | 1101 | 111 | 1001000 | 110110 |
Color Harmonies of #DE4A36
Complementary color
Monochromatic Colors of #DE4A36
Black with #DE4A36
Text Example
Text Example
White with #DE4A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4A36; }
p { color: rgb(222,74,54); }
H1.HeaderClassName
{
color: #DE4A36;
}
.AnyTagClassName
{
color: #DE4A36;
}
</style>
background-color css
<style>
a { background-color: #DE4A36; }
a { background-color: rgb(222,74,54); }
div.DivClassName
{
background-color: #DE4A36;
}
.BgClassName
{
background-color: #DE4A36;
}
</style>
border-color css
<style>
span { border-color: #DE4A36; }
span { border-color: rgb(222,74,54); }
td.TdClassName
{
border-color: #DE4A36;
}
.TagClassName
{
border-color: #DE4A36;
}
</style>