Shades of Scarlet #EA1703
Tints of Scarlet #EA1703
RGB
CMYK
RGB Variations
Color information
#EA1703 (or 0xEA1703) is known color: Scarlet. HEX triplet: EA, 17 and 03. RGB value is (234,23,3). Sum of RGB (Red+Green+Blue) = 234+23+3=260 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1703 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1703 is #15E8FC. Grayscale: #545454. Windows color (decimal): -1435901 or 202730. OLE color: 202730.
HSL color Cylindrical-coordinate representation of color #EA1703: hue angle of 5.19º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA1703 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.08 |
| HSL | 5.19º | 0.97% | 0.46% | - |
| HSV(B) | 5.19º | 0.99% | 0.92% | - |
| XYZ | 34.25 | 18.11 | 1.78 | - |
| YUV | 83.81 | 82.4 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 3 | 0 | 0.90 | 0.99 | 0.08 | 5.19 | 0.97 | 0.46 |
| Hex | EA | 17 | 3 | 0 | 5A | 63 | 8 | 5 | 61 | 2E |
| Octal | 352 | 27 | 3 | 0 | 132 | 143 | 10 | 5 | 141 | 56 |
| Binary | 11101010 | 10111 | 11 | 0 | 1011010 | 1100011 | 1000 | 101 | 1100001 | 101110 |
Color Harmonies of #EA1703
Complementary color
Monochromatic Colors of #EA1703
Black with #EA1703
Text Example
Text Example
White with #EA1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1703; }
p { color: rgb(234,23,3); }
H1.HeaderClassName
{
color: #EA1703;
}
.AnyTagClassName
{
color: #EA1703;
}
</style>
background-color css
<style>
a { background-color: #EA1703; }
a { background-color: rgb(234,23,3); }
div.DivClassName
{
background-color: #EA1703;
}
.BgClassName
{
background-color: #EA1703;
}
</style>
border-color css
<style>
span { border-color: #EA1703; }
span { border-color: rgb(234,23,3); }
td.TdClassName
{
border-color: #EA1703;
}
.TagClassName
{
border-color: #EA1703;
}
</style>