Shades of Scarlet #EA1714
Tints of Scarlet #EA1714
RGB
CMYK
RGB Variations
Color information
#EA1714 (or 0xEA1714) is known color: Scarlet. HEX triplet: EA, 17 and 14. RGB value is (234,23,20). Sum of RGB (Red+Green+Blue) = 234+23+20=277 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.48% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1714 is #15E8EB. Grayscale: #555555. Windows color (decimal): -1435884 or 1316842. OLE color: 1316842.
HSL color Cylindrical-coordinate representation of color #EA1714: hue angle of 0.84º 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 #EA1714 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 20 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.08 |
| HSL | 0.84º | 0.84% | 0.5% | - |
| HSV(B) | 0.84º | 0.91% | 0.92% | - |
| XYZ | 34.36 | 18.16 | 2.36 | - |
| YUV | 85.75 | 90.9 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 20 | 0 | 0.90 | 0.91 | 0.08 | 0.84 | 0.84 | 0.5 |
| Hex | EA | 17 | 14 | 0 | 5A | 5B | 8 | 1 | 54 | 32 |
| Octal | 352 | 27 | 24 | 0 | 132 | 133 | 10 | 1 | 124 | 62 |
| Binary | 11101010 | 10111 | 10100 | 0 | 1011010 | 1011011 | 1000 | 1 | 1010100 | 110010 |
Color Harmonies of #EA1714
Complementary color
Monochromatic Colors of #EA1714
Black with #EA1714
Text Example
Text Example
White with #EA1714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1714; }
p { color: rgb(234,23,20); }
H1.HeaderClassName
{
color: #EA1714;
}
.AnyTagClassName
{
color: #EA1714;
}
</style>
background-color css
<style>
a { background-color: #EA1714; }
a { background-color: rgb(234,23,20); }
div.DivClassName
{
background-color: #EA1714;
}
.BgClassName
{
background-color: #EA1714;
}
</style>
border-color css
<style>
span { border-color: #EA1714; }
span { border-color: rgb(234,23,20); }
td.TdClassName
{
border-color: #EA1714;
}
.TagClassName
{
border-color: #EA1714;
}
</style>