Shades of Red #E61312
Tints of Red #E61312
RGB
CMYK
RGB Variations
Color information
#E61312 (or 0xE61312) is known color: Red. HEX triplet: E6, 13 and 12. RGB value is (230,19,18). Sum of RGB (Red+Green+Blue) = 230+19+18=267 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.14% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 230 - color contains mainly: red. Hex color #E61312 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61312 is #19ECED. Grayscale: #525252. Windows color (decimal): -1699054 or 1184742. OLE color: 1184742.
HSL color Cylindrical-coordinate representation of color #E61312: hue angle of 0.28º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61312 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 18 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.10 |
| HSL | 0.28º | 0.85% | 0.49% | - |
| HSV(B) | 0.28º | 0.92% | 0.9% | - |
| XYZ | 32.98 | 17.33 | 2.18 | - |
| YUV | 81.98 | 91.9 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 18 | 0 | 0.92 | 0.92 | 0.10 | 0.28 | 0.85 | 0.49 |
| Hex | E6 | 13 | 12 | 0 | 5C | 5C | A | 0 | 55 | 31 |
| Octal | 346 | 23 | 22 | 0 | 134 | 134 | 12 | 0 | 125 | 61 |
| Binary | 11100110 | 10011 | 10010 | 0 | 1011100 | 1011100 | 1010 | 0 | 1010101 | 110001 |
Color Harmonies of #E61312
Complementary color
Monochromatic Colors of #E61312
Black with #E61312
Text Example
Text Example
White with #E61312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61312; }
p { color: rgb(230,19,18); }
H1.HeaderClassName
{
color: #E61312;
}
.AnyTagClassName
{
color: #E61312;
}
</style>
background-color css
<style>
a { background-color: #E61312; }
a { background-color: rgb(230,19,18); }
div.DivClassName
{
background-color: #E61312;
}
.BgClassName
{
background-color: #E61312;
}
</style>
border-color css
<style>
span { border-color: #E61312; }
span { border-color: rgb(230,19,18); }
td.TdClassName
{
border-color: #E61312;
}
.TagClassName
{
border-color: #E61312;
}
</style>