Shades of Scarlet #EA1916
Tints of Scarlet #EA1916
RGB
CMYK
RGB Variations
Color information
#EA1916 (or 0xEA1916) is known color: Scarlet. HEX triplet: EA, 19 and 16. RGB value is (234,25,22). Sum of RGB (Red+Green+Blue) = 234+25+22=281 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.27% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1916 is #15E6E9. Grayscale: #575757. Windows color (decimal): -1435370 or 1448426. OLE color: 1448426.
HSL color Cylindrical-coordinate representation of color #EA1916: hue angle of 0.85º degrees, saturation: 0.83, 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 #EA1916 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 22 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.08 |
| HSL | 0.85º | 0.83% | 0.5% | - |
| HSV(B) | 0.85º | 0.91% | 0.92% | - |
| XYZ | 34.42 | 18.25 | 2.47 | - |
| YUV | 87.15 | 91.24 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 22 | 0 | 0.89 | 0.91 | 0.08 | 0.85 | 0.83 | 0.5 |
| Hex | EA | 19 | 16 | 0 | 59 | 5B | 8 | 1 | 53 | 32 |
| Octal | 352 | 31 | 26 | 0 | 131 | 133 | 10 | 1 | 123 | 62 |
| Binary | 11101010 | 11001 | 10110 | 0 | 1011001 | 1011011 | 1000 | 1 | 1010011 | 110010 |
Color Harmonies of #EA1916
Complementary color
Monochromatic Colors of #EA1916
Black with #EA1916
Text Example
Text Example
White with #EA1916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1916; }
p { color: rgb(234,25,22); }
H1.HeaderClassName
{
color: #EA1916;
}
.AnyTagClassName
{
color: #EA1916;
}
</style>
background-color css
<style>
a { background-color: #EA1916; }
a { background-color: rgb(234,25,22); }
div.DivClassName
{
background-color: #EA1916;
}
.BgClassName
{
background-color: #EA1916;
}
</style>
border-color css
<style>
span { border-color: #EA1916; }
span { border-color: rgb(234,25,22); }
td.TdClassName
{
border-color: #EA1916;
}
.TagClassName
{
border-color: #EA1916;
}
</style>