Shades of Cinnabar #E13E29
Tints of Cinnabar #E13E29
RGB
CMYK
RGB Variations
Color information
#E13E29 (or 0xE13E29) is known color: Cinnabar. HEX triplet: E1, 3E and 29. RGB value is (225,62,41). Sum of RGB (Red+Green+Blue) = 225+62+41=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13E29 is #1EC1D6. Grayscale: #6C6C6C. Windows color (decimal): -2015703 or 2703073. OLE color: 2703073.
HSL color Cylindrical-coordinate representation of color #E13E29: hue angle of 6.85º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E13E29 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 41 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.12 |
| HSL | 6.85º | 0.75% | 0.52% | - |
| HSV(B) | 6.85º | 0.82% | 0.88% | - |
| XYZ | 33.17 | 19.61 | 4.14 | - |
| YUV | 108.34 | 90 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 41 | 0 | 0.72 | 0.82 | 0.12 | 6.85 | 0.75 | 0.52 |
| Hex | E1 | 3E | 29 | 0 | 48 | 52 | C | 7 | 4B | 34 |
| Octal | 341 | 76 | 51 | 0 | 110 | 122 | 14 | 7 | 113 | 64 |
| Binary | 11100001 | 111110 | 101001 | 0 | 1001000 | 1010010 | 1100 | 111 | 1001011 | 110100 |
Color Harmonies of #E13E29
Complementary color
Monochromatic Colors of #E13E29
Black with #E13E29
Text Example
Text Example
White with #E13E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13E29; }
p { color: rgb(225,62,41); }
H1.HeaderClassName
{
color: #E13E29;
}
.AnyTagClassName
{
color: #E13E29;
}
</style>
background-color css
<style>
a { background-color: #E13E29; }
a { background-color: rgb(225,62,41); }
div.DivClassName
{
background-color: #E13E29;
}
.BgClassName
{
background-color: #E13E29;
}
</style>
border-color css
<style>
span { border-color: #E13E29; }
span { border-color: rgb(225,62,41); }
td.TdClassName
{
border-color: #E13E29;
}
.TagClassName
{
border-color: #E13E29;
}
</style>