Shades of Cinnabar #E03D2B
Tints of Cinnabar #E03D2B
RGB
CMYK
RGB Variations
Color information
#E03D2B (or 0xE03D2B) is known color: Cinnabar. HEX triplet: E0, 3D and 2B. RGB value is (224,61,43). Sum of RGB (Red+Green+Blue) = 224+61+43=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D2B is #1FC2D4. Grayscale: #6B6B6B. Windows color (decimal): -2081493 or 2833888. OLE color: 2833888.
HSL color Cylindrical-coordinate representation of color #E03D2B: hue angle of 5.97º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E03D2B is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 43 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.12 |
| HSL | 5.97º | 0.74% | 0.52% | - |
| HSV(B) | 5.97º | 0.81% | 0.88% | - |
| XYZ | 32.85 | 19.36 | 4.29 | - |
| YUV | 107.69 | 91.5 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 43 | 0 | 0.73 | 0.81 | 0.12 | 5.97 | 0.74 | 0.52 |
| Hex | E0 | 3D | 2B | 0 | 49 | 51 | C | 6 | 4A | 34 |
| Octal | 340 | 75 | 53 | 0 | 111 | 121 | 14 | 6 | 112 | 64 |
| Binary | 11100000 | 111101 | 101011 | 0 | 1001001 | 1010001 | 1100 | 110 | 1001010 | 110100 |
Color Harmonies of #E03D2B
Complementary color
Monochromatic Colors of #E03D2B
Black with #E03D2B
Text Example
Text Example
White with #E03D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D2B; }
p { color: rgb(224,61,43); }
H1.HeaderClassName
{
color: #E03D2B;
}
.AnyTagClassName
{
color: #E03D2B;
}
</style>
background-color css
<style>
a { background-color: #E03D2B; }
a { background-color: rgb(224,61,43); }
div.DivClassName
{
background-color: #E03D2B;
}
.BgClassName
{
background-color: #E03D2B;
}
</style>
border-color css
<style>
span { border-color: #E03D2B; }
span { border-color: rgb(224,61,43); }
td.TdClassName
{
border-color: #E03D2B;
}
.TagClassName
{
border-color: #E03D2B;
}
</style>