Shades of Scarlet #EA1713
Tints of Scarlet #EA1713
RGB
CMYK
RGB Variations
Color information
#EA1713 (or 0xEA1713) is known color: Scarlet. HEX triplet: EA, 17 and 13. RGB value is (234,23,19). Sum of RGB (Red+Green+Blue) = 234+23+19=276 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.78% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1713 is #15E8EC. Grayscale: #555555. Windows color (decimal): -1435885 or 1251306. OLE color: 1251306.
HSL color Cylindrical-coordinate representation of color #EA1713: hue angle of 1.12º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA1713 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 19 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.08 |
| HSL | 1.12º | 0.85% | 0.5% | - |
| HSV(B) | 1.12º | 0.92% | 0.92% | - |
| XYZ | 34.36 | 18.15 | 2.31 | - |
| YUV | 85.63 | 90.4 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 19 | 0 | 0.90 | 0.92 | 0.08 | 1.12 | 0.85 | 0.5 |
| Hex | EA | 17 | 13 | 0 | 5A | 5C | 8 | 1 | 55 | 32 |
| Octal | 352 | 27 | 23 | 0 | 132 | 134 | 10 | 1 | 125 | 62 |
| Binary | 11101010 | 10111 | 10011 | 0 | 1011010 | 1011100 | 1000 | 1 | 1010101 | 110010 |
Color Harmonies of #EA1713
Complementary color
Monochromatic Colors of #EA1713
Black with #EA1713
Text Example
Text Example
White with #EA1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1713; }
p { color: rgb(234,23,19); }
H1.HeaderClassName
{
color: #EA1713;
}
.AnyTagClassName
{
color: #EA1713;
}
</style>
background-color css
<style>
a { background-color: #EA1713; }
a { background-color: rgb(234,23,19); }
div.DivClassName
{
background-color: #EA1713;
}
.BgClassName
{
background-color: #EA1713;
}
</style>
border-color css
<style>
span { border-color: #EA1713; }
span { border-color: rgb(234,23,19); }
td.TdClassName
{
border-color: #EA1713;
}
.TagClassName
{
border-color: #EA1713;
}
</style>