Shades of Scarlet #EA1915
Tints of Scarlet #EA1915
RGB
CMYK
RGB Variations
Color information
#EA1915 (or 0xEA1915) is known color: Scarlet. HEX triplet: EA, 19 and 15. RGB value is (234,25,21). Sum of RGB (Red+Green+Blue) = 234+25+21=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1915 is #15E6EA. Grayscale: #575757. Windows color (decimal): -1435371 or 1382890. OLE color: 1382890.
HSL color Cylindrical-coordinate representation of color #EA1915: hue angle of 1.13º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1915 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 21 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.08 |
| HSL | 1.13º | 0.84% | 0.5% | - |
| HSV(B) | 1.13º | 0.91% | 0.92% | - |
| XYZ | 34.41 | 18.24 | 2.42 | - |
| YUV | 87.04 | 90.74 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 21 | 0 | 0.89 | 0.91 | 0.08 | 1.13 | 0.84 | 0.5 |
| Hex | EA | 19 | 15 | 0 | 59 | 5B | 8 | 1 | 54 | 32 |
| Octal | 352 | 31 | 25 | 0 | 131 | 133 | 10 | 1 | 124 | 62 |
| Binary | 11101010 | 11001 | 10101 | 0 | 1011001 | 1011011 | 1000 | 1 | 1010100 | 110010 |
Color Harmonies of #EA1915
Complementary color
Monochromatic Colors of #EA1915
Black with #EA1915
Text Example
Text Example
White with #EA1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1915; }
p { color: rgb(234,25,21); }
H1.HeaderClassName
{
color: #EA1915;
}
.AnyTagClassName
{
color: #EA1915;
}
</style>
background-color css
<style>
a { background-color: #EA1915; }
a { background-color: rgb(234,25,21); }
div.DivClassName
{
background-color: #EA1915;
}
.BgClassName
{
background-color: #EA1915;
}
</style>
border-color css
<style>
span { border-color: #EA1915; }
span { border-color: rgb(234,25,21); }
td.TdClassName
{
border-color: #EA1915;
}
.TagClassName
{
border-color: #EA1915;
}
</style>