Shades of Cinnabar #E03630
Tints of Cinnabar #E03630
RGB
CMYK
RGB Variations
Color information
#E03630 (or 0xE03630) is known color: Cinnabar. HEX triplet: E0, 36 and 30. RGB value is (224,54,48). Sum of RGB (Red+Green+Blue) = 224+54+48=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E03630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03630 is #1FC9CF. Grayscale: #686868. Windows color (decimal): -2083280 or 3159776. OLE color: 3159776.
HSL color Cylindrical-coordinate representation of color #E03630: hue angle of 2.05º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E03630 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 48 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.12 |
| HSL | 2.05º | 0.74% | 0.53% | - |
| HSV(B) | 2.05º | 0.79% | 0.88% | - |
| XYZ | 32.59 | 18.7 | 4.69 | - |
| YUV | 104.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 48 | 0 | 0.76 | 0.79 | 0.12 | 2.05 | 0.74 | 0.53 |
| Hex | E0 | 36 | 30 | 0 | 4C | 4F | C | 2 | 4A | 35 |
| Octal | 340 | 66 | 60 | 0 | 114 | 117 | 14 | 2 | 112 | 65 |
| Binary | 11100000 | 110110 | 110000 | 0 | 1001100 | 1001111 | 1100 | 10 | 1001010 | 110101 |
Color Harmonies of #E03630
Complementary color
Monochromatic Colors of #E03630
Black with #E03630
Text Example
Text Example
White with #E03630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03630; }
p { color: rgb(224,54,48); }
H1.HeaderClassName
{
color: #E03630;
}
.AnyTagClassName
{
color: #E03630;
}
</style>
background-color css
<style>
a { background-color: #E03630; }
a { background-color: rgb(224,54,48); }
div.DivClassName
{
background-color: #E03630;
}
.BgClassName
{
background-color: #E03630;
}
</style>
border-color css
<style>
span { border-color: #E03630; }
span { border-color: rgb(224,54,48); }
td.TdClassName
{
border-color: #E03630;
}
.TagClassName
{
border-color: #E03630;
}
</style>