Shades of Cinnabar #E03D2C
Tints of Cinnabar #E03D2C
RGB
CMYK
RGB Variations
Color information
#E03D2C (or 0xE03D2C) is known color: Cinnabar. HEX triplet: E0, 3D and 2C. RGB value is (224,61,44). Sum of RGB (Red+Green+Blue) = 224+61+44=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D2C is #1FC2D3. Grayscale: #6C6C6C. Windows color (decimal): -2081492 or 2899424. OLE color: 2899424.
HSL color Cylindrical-coordinate representation of color #E03D2C: hue angle of 5.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E03D2C is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 44 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.12 |
| HSL | 5.67º | 0.74% | 0.53% | - |
| HSV(B) | 5.67º | 0.8% | 0.88% | - |
| XYZ | 32.86 | 19.37 | 4.39 | - |
| YUV | 107.8 | 92 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 44 | 0 | 0.73 | 0.80 | 0.12 | 5.67 | 0.74 | 0.53 |
| Hex | E0 | 3D | 2C | 0 | 49 | 50 | C | 6 | 4A | 35 |
| Octal | 340 | 75 | 54 | 0 | 111 | 120 | 14 | 6 | 112 | 65 |
| Binary | 11100000 | 111101 | 101100 | 0 | 1001001 | 1010000 | 1100 | 110 | 1001010 | 110101 |
Color Harmonies of #E03D2C
Complementary color
Monochromatic Colors of #E03D2C
Black with #E03D2C
Text Example
Text Example
White with #E03D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D2C; }
p { color: rgb(224,61,44); }
H1.HeaderClassName
{
color: #E03D2C;
}
.AnyTagClassName
{
color: #E03D2C;
}
</style>
background-color css
<style>
a { background-color: #E03D2C; }
a { background-color: rgb(224,61,44); }
div.DivClassName
{
background-color: #E03D2C;
}
.BgClassName
{
background-color: #E03D2C;
}
</style>
border-color css
<style>
span { border-color: #E03D2C; }
span { border-color: rgb(224,61,44); }
td.TdClassName
{
border-color: #E03D2C;
}
.TagClassName
{
border-color: #E03D2C;
}
</style>