Shades of Red #E61313
Tints of Red #E61313
RGB
CMYK
RGB Variations
Color information
#E61313 (or 0xE61313) is known color: Red. HEX triplet: E6, 13 and 13. RGB value is (230,19,19). Sum of RGB (Red+Green+Blue) = 230+19+19=268 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.82% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 230 - color contains mainly: red. Hex color #E61313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61313 is #19ECEC. Grayscale: #525252. Windows color (decimal): -1699053 or 1250278. OLE color: 1250278.
HSL color Cylindrical-coordinate representation of color #E61313: hue angle of 0º 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 #E61313 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 19 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.10 |
| HSL | 0º | 0.85% | 0.49% | - |
| HSV(B) | 0º | 0.92% | 0.9% | - |
| XYZ | 32.98 | 17.34 | 2.22 | - |
| YUV | 82.09 | 92.4 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 19 | 0 | 0.92 | 0.92 | 0.10 | 0 | 0.85 | 0.49 |
| Hex | E6 | 13 | 13 | 0 | 5C | 5C | A | 0 | 55 | 31 |
| Octal | 346 | 23 | 23 | 0 | 134 | 134 | 12 | 0 | 125 | 61 |
| Binary | 11100110 | 10011 | 10011 | 0 | 1011100 | 1011100 | 1010 | 0 | 1010101 | 110001 |
Color Harmonies of #E61313
Complementary color
Monochromatic Colors of #E61313
Black with #E61313
Text Example
Text Example
White with #E61313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61313; }
p { color: rgb(230,19,19); }
H1.HeaderClassName
{
color: #E61313;
}
.AnyTagClassName
{
color: #E61313;
}
</style>
background-color css
<style>
a { background-color: #E61313; }
a { background-color: rgb(230,19,19); }
div.DivClassName
{
background-color: #E61313;
}
.BgClassName
{
background-color: #E61313;
}
</style>
border-color css
<style>
span { border-color: #E61313; }
span { border-color: rgb(230,19,19); }
td.TdClassName
{
border-color: #E61313;
}
.TagClassName
{
border-color: #E61313;
}
</style>