Shades of Cinnabar #E03D27
Tints of Cinnabar #E03D27
RGB
CMYK
RGB Variations
Color information
#E03D27 (or 0xE03D27) is known color: Cinnabar. HEX triplet: E0, 3D and 27. RGB value is (224,61,39). Sum of RGB (Red+Green+Blue) = 224+61+39=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03D27 is #1FC2D8. Grayscale: #6B6B6B. Windows color (decimal): -2081497 or 2571744. OLE color: 2571744.
HSL color Cylindrical-coordinate representation of color #E03D27: hue angle of 7.14º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E03D27 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 39 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.12 |
| HSL | 7.14º | 0.75% | 0.52% | - |
| HSV(B) | 7.14º | 0.83% | 0.88% | - |
| XYZ | 32.78 | 19.33 | 3.92 | - |
| YUV | 107.23 | 89.5 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 39 | 0 | 0.73 | 0.83 | 0.12 | 7.14 | 0.75 | 0.52 |
| Hex | E0 | 3D | 27 | 0 | 49 | 53 | C | 7 | 4B | 34 |
| Octal | 340 | 75 | 47 | 0 | 111 | 123 | 14 | 7 | 113 | 64 |
| Binary | 11100000 | 111101 | 100111 | 0 | 1001001 | 1010011 | 1100 | 111 | 1001011 | 110100 |
Color Harmonies of #E03D27
Complementary color
Monochromatic Colors of #E03D27
Black with #E03D27
Text Example
Text Example
White with #E03D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03D27; }
p { color: rgb(224,61,39); }
H1.HeaderClassName
{
color: #E03D27;
}
.AnyTagClassName
{
color: #E03D27;
}
</style>
background-color css
<style>
a { background-color: #E03D27; }
a { background-color: rgb(224,61,39); }
div.DivClassName
{
background-color: #E03D27;
}
.BgClassName
{
background-color: #E03D27;
}
</style>
border-color css
<style>
span { border-color: #E03D27; }
span { border-color: rgb(224,61,39); }
td.TdClassName
{
border-color: #E03D27;
}
.TagClassName
{
border-color: #E03D27;
}
</style>