Shades of Scarlet #EA1E15
Tints of Scarlet #EA1E15
RGB
CMYK
RGB Variations
Color information
#EA1E15 (or 0xEA1E15) is known color: Scarlet. HEX triplet: EA, 1E and 15. RGB value is (234,30,21). Sum of RGB (Red+Green+Blue) = 234+30+21=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1E15 is #15E1EA. Grayscale: #5A5A5A. Windows color (decimal): -1434091 or 1384170. OLE color: 1384170.
HSL color Cylindrical-coordinate representation of color #EA1E15: hue angle of 2.54º 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 #EA1E15 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 30 | 21 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.08 |
| HSL | 2.54º | 0.84% | 0.5% | - |
| HSV(B) | 2.54º | 0.91% | 0.92% | - |
| XYZ | 34.53 | 18.48 | 2.46 | - |
| YUV | 89.97 | 89.09 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 30 | 21 | 0 | 0.87 | 0.91 | 0.08 | 2.54 | 0.84 | 0.5 |
| Hex | EA | 1E | 15 | 0 | 57 | 5B | 8 | 3 | 54 | 32 |
| Octal | 352 | 36 | 25 | 0 | 127 | 133 | 10 | 3 | 124 | 62 |
| Binary | 11101010 | 11110 | 10101 | 0 | 1010111 | 1011011 | 1000 | 11 | 1010100 | 110010 |
Color Harmonies of #EA1E15
Complementary color
Monochromatic Colors of #EA1E15
Black with #EA1E15
Text Example
Text Example
White with #EA1E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1E15; }
p { color: rgb(234,30,21); }
H1.HeaderClassName
{
color: #EA1E15;
}
.AnyTagClassName
{
color: #EA1E15;
}
</style>
background-color css
<style>
a { background-color: #EA1E15; }
a { background-color: rgb(234,30,21); }
div.DivClassName
{
background-color: #EA1E15;
}
.BgClassName
{
background-color: #EA1E15;
}
</style>
border-color css
<style>
span { border-color: #EA1E15; }
span { border-color: rgb(234,30,21); }
td.TdClassName
{
border-color: #EA1E15;
}
.TagClassName
{
border-color: #EA1E15;
}
</style>