Shades of Scarlet #EA1910
Tints of Scarlet #EA1910
RGB
CMYK
RGB Variations
Color information
#EA1910 (or 0xEA1910) is known color: Scarlet. HEX triplet: EA, 19 and 10. RGB value is (234,25,16). Sum of RGB (Red+Green+Blue) = 234+25+16=275 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.09% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1910 is #15E6EF. Grayscale: #565656. Windows color (decimal): -1435376 or 1055210. OLE color: 1055210.
HSL color Cylindrical-coordinate representation of color #EA1910: hue angle of 2.48º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1910 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 16 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.08 |
| HSL | 2.48º | 0.87% | 0.49% | - |
| HSV(B) | 2.48º | 0.93% | 0.92% | - |
| XYZ | 34.37 | 18.23 | 2.2 | - |
| YUV | 86.47 | 88.24 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 16 | 0 | 0.89 | 0.93 | 0.08 | 2.48 | 0.87 | 0.49 |
| Hex | EA | 19 | 10 | 0 | 59 | 5D | 8 | 2 | 57 | 31 |
| Octal | 352 | 31 | 20 | 0 | 131 | 135 | 10 | 2 | 127 | 61 |
| Binary | 11101010 | 11001 | 10000 | 0 | 1011001 | 1011101 | 1000 | 10 | 1010111 | 110001 |
Color Harmonies of #EA1910
Complementary color
Monochromatic Colors of #EA1910
Black with #EA1910
Text Example
Text Example
White with #EA1910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1910; }
p { color: rgb(234,25,16); }
H1.HeaderClassName
{
color: #EA1910;
}
.AnyTagClassName
{
color: #EA1910;
}
</style>
background-color css
<style>
a { background-color: #EA1910; }
a { background-color: rgb(234,25,16); }
div.DivClassName
{
background-color: #EA1910;
}
.BgClassName
{
background-color: #EA1910;
}
</style>
border-color css
<style>
span { border-color: #EA1910; }
span { border-color: rgb(234,25,16); }
td.TdClassName
{
border-color: #EA1910;
}
.TagClassName
{
border-color: #EA1910;
}
</style>