Shades of Cinnabar #E03C30
Tints of Cinnabar #E03C30
RGB
CMYK
RGB Variations
Color information
#E03C30 (or 0xE03C30) is known color: Cinnabar. HEX triplet: E0, 3C and 30. RGB value is (224,60,48). Sum of RGB (Red+Green+Blue) = 224+60+48=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03C30 is #1FC3CF. Grayscale: #6B6B6B. Windows color (decimal): -2081744 or 3161312. OLE color: 3161312.
HSL color Cylindrical-coordinate representation of color #E03C30: hue angle of 4.09º 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 #E03C30 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 48 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.12 |
| HSL | 4.09º | 0.74% | 0.53% | - |
| HSV(B) | 4.09º | 0.79% | 0.88% | - |
| XYZ | 32.89 | 19.29 | 4.79 | - |
| YUV | 107.67 | 94.33 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 48 | 0 | 0.73 | 0.79 | 0.12 | 4.09 | 0.74 | 0.53 |
| Hex | E0 | 3C | 30 | 0 | 49 | 4F | C | 4 | 4A | 35 |
| Octal | 340 | 74 | 60 | 0 | 111 | 117 | 14 | 4 | 112 | 65 |
| Binary | 11100000 | 111100 | 110000 | 0 | 1001001 | 1001111 | 1100 | 100 | 1001010 | 110101 |
Color Harmonies of #E03C30
Complementary color
Monochromatic Colors of #E03C30
Black with #E03C30
Text Example
Text Example
White with #E03C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03C30; }
p { color: rgb(224,60,48); }
H1.HeaderClassName
{
color: #E03C30;
}
.AnyTagClassName
{
color: #E03C30;
}
</style>
background-color css
<style>
a { background-color: #E03C30; }
a { background-color: rgb(224,60,48); }
div.DivClassName
{
background-color: #E03C30;
}
.BgClassName
{
background-color: #E03C30;
}
</style>
border-color css
<style>
span { border-color: #E03C30; }
span { border-color: rgb(224,60,48); }
td.TdClassName
{
border-color: #E03C30;
}
.TagClassName
{
border-color: #E03C30;
}
</style>