Shades of Cinnabar #E03D33
Tints of Cinnabar #E03D33
RGB
CMYK
RGB Variations
Color information
#E03D33 (or 0xE03D33) is known color: Cinnabar. HEX triplet: E0, 3D and 33. RGB value is (224,61,51). Sum of RGB (Red+Green+Blue) = 224+61+51=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D33 is #1FC2CC. Grayscale: #6C6C6C. Windows color (decimal): -2081485 or 3358176. OLE color: 3358176.
HSL color Cylindrical-coordinate representation of color #E03D33: hue angle of 3.47º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03D33 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 51 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.12 |
| HSL | 3.47º | 0.74% | 0.54% | - |
| HSV(B) | 3.47º | 0.77% | 0.88% | - |
| XYZ | 33.01 | 19.42 | 5.14 | - |
| YUV | 108.6 | 95.5 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 51 | 0 | 0.73 | 0.77 | 0.12 | 3.47 | 0.74 | 0.54 |
| Hex | E0 | 3D | 33 | 0 | 49 | 4D | C | 3 | 4A | 36 |
| Octal | 340 | 75 | 63 | 0 | 111 | 115 | 14 | 3 | 112 | 66 |
| Binary | 11100000 | 111101 | 110011 | 0 | 1001001 | 1001101 | 1100 | 11 | 1001010 | 110110 |
Color Harmonies of #E03D33
Complementary color
Monochromatic Colors of #E03D33
Black with #E03D33
Text Example
Text Example
White with #E03D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D33; }
p { color: rgb(224,61,51); }
H1.HeaderClassName
{
color: #E03D33;
}
.AnyTagClassName
{
color: #E03D33;
}
</style>
background-color css
<style>
a { background-color: #E03D33; }
a { background-color: rgb(224,61,51); }
div.DivClassName
{
background-color: #E03D33;
}
.BgClassName
{
background-color: #E03D33;
}
</style>
border-color css
<style>
span { border-color: #E03D33; }
span { border-color: rgb(224,61,51); }
td.TdClassName
{
border-color: #E03D33;
}
.TagClassName
{
border-color: #E03D33;
}
</style>