Shades of Scarlet #EA1913
Tints of Scarlet #EA1913
RGB
CMYK
RGB Variations
Color information
#EA1913 (or 0xEA1913) is known color: Scarlet. HEX triplet: EA, 19 and 13. RGB value is (234,25,19). Sum of RGB (Red+Green+Blue) = 234+25+19=278 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.17% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1913 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1913 is #15E6EC. Grayscale: #575757. Windows color (decimal): -1435373 or 1251818. OLE color: 1251818.
HSL color Cylindrical-coordinate representation of color #EA1913: hue angle of 1.67º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA1913 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 19 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.08 |
| HSL | 1.67º | 0.85% | 0.5% | - |
| HSV(B) | 1.67º | 0.92% | 0.92% | - |
| XYZ | 34.4 | 18.23 | 2.32 | - |
| YUV | 86.81 | 89.74 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 19 | 0 | 0.89 | 0.92 | 0.08 | 1.67 | 0.85 | 0.5 |
| Hex | EA | 19 | 13 | 0 | 59 | 5C | 8 | 2 | 55 | 32 |
| Octal | 352 | 31 | 23 | 0 | 131 | 134 | 10 | 2 | 125 | 62 |
| Binary | 11101010 | 11001 | 10011 | 0 | 1011001 | 1011100 | 1000 | 10 | 1010101 | 110010 |
Color Harmonies of #EA1913
Complementary color
Monochromatic Colors of #EA1913
Black with #EA1913
Text Example
Text Example
White with #EA1913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1913; }
p { color: rgb(234,25,19); }
H1.HeaderClassName
{
color: #EA1913;
}
.AnyTagClassName
{
color: #EA1913;
}
</style>
background-color css
<style>
a { background-color: #EA1913; }
a { background-color: rgb(234,25,19); }
div.DivClassName
{
background-color: #EA1913;
}
.BgClassName
{
background-color: #EA1913;
}
</style>
border-color css
<style>
span { border-color: #EA1913; }
span { border-color: rgb(234,25,19); }
td.TdClassName
{
border-color: #EA1913;
}
.TagClassName
{
border-color: #EA1913;
}
</style>