Shades of Cinnabar #E03F36
Tints of Cinnabar #E03F36
RGB
CMYK
RGB Variations
Color information
#E03F36 (or 0xE03F36) is known color: Cinnabar. HEX triplet: E0, 3F and 36. RGB value is (224,63,54). Sum of RGB (Red+Green+Blue) = 224+63+54=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F36 is #1FC0C9. Grayscale: #6E6E6E. Windows color (decimal): -2080970 or 3555296. OLE color: 3555296.
HSL color Cylindrical-coordinate representation of color #E03F36: hue angle of 3.18º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E03F36 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 54 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.12 |
| HSL | 3.18º | 0.73% | 0.55% | - |
| HSV(B) | 3.18º | 0.76% | 0.88% | - |
| XYZ | 33.18 | 19.67 | 5.54 | - |
| YUV | 110.11 | 96.34 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 54 | 0 | 0.72 | 0.76 | 0.12 | 3.18 | 0.73 | 0.55 |
| Hex | E0 | 3F | 36 | 0 | 48 | 4C | C | 3 | 49 | 37 |
| Octal | 340 | 77 | 66 | 0 | 110 | 114 | 14 | 3 | 111 | 67 |
| Binary | 11100000 | 111111 | 110110 | 0 | 1001000 | 1001100 | 1100 | 11 | 1001001 | 110111 |
Color Harmonies of #E03F36
Complementary color
Monochromatic Colors of #E03F36
Black with #E03F36
Text Example
Text Example
White with #E03F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F36; }
p { color: rgb(224,63,54); }
H1.HeaderClassName
{
color: #E03F36;
}
.AnyTagClassName
{
color: #E03F36;
}
</style>
background-color css
<style>
a { background-color: #E03F36; }
a { background-color: rgb(224,63,54); }
div.DivClassName
{
background-color: #E03F36;
}
.BgClassName
{
background-color: #E03F36;
}
</style>
border-color css
<style>
span { border-color: #E03F36; }
span { border-color: rgb(224,63,54); }
td.TdClassName
{
border-color: #E03F36;
}
.TagClassName
{
border-color: #E03F36;
}
</style>