Shades of Scarlet #E01703
Tints of Scarlet #E01703
RGB
CMYK
RGB Variations
Color information
#E01703 (or 0xE01703) is known color: Scarlet. HEX triplet: E0, 17 and 03. RGB value is (224,23,3). Sum of RGB (Red+Green+Blue) = 224+23+3=250 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 224 - color contains mainly: red. Hex color #E01703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01703 is #1FE8FC. Grayscale: #515151. Windows color (decimal): -2091261 or 202720. OLE color: 202720.
HSL color Cylindrical-coordinate representation of color #E01703: hue angle of 5.43º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E01703 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.12 |
| HSL | 5.43º | 0.97% | 0.45% | - |
| HSV(B) | 5.43º | 0.99% | 0.88% | - |
| XYZ | 31.06 | 16.47 | 1.63 | - |
| YUV | 80.82 | 84.09 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 3 | 0 | 0.90 | 0.99 | 0.12 | 5.43 | 0.97 | 0.45 |
| Hex | E0 | 17 | 3 | 0 | 5A | 63 | C | 5 | 61 | 2D |
| Octal | 340 | 27 | 3 | 0 | 132 | 143 | 14 | 5 | 141 | 55 |
| Binary | 11100000 | 10111 | 11 | 0 | 1011010 | 1100011 | 1100 | 101 | 1100001 | 101101 |
Color Harmonies of #E01703
Complementary color
Monochromatic Colors of #E01703
Black with #E01703
Text Example
Text Example
White with #E01703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01703; }
p { color: rgb(224,23,3); }
H1.HeaderClassName
{
color: #E01703;
}
.AnyTagClassName
{
color: #E01703;
}
</style>
background-color css
<style>
a { background-color: #E01703; }
a { background-color: rgb(224,23,3); }
div.DivClassName
{
background-color: #E01703;
}
.BgClassName
{
background-color: #E01703;
}
</style>
border-color css
<style>
span { border-color: #E01703; }
span { border-color: rgb(224,23,3); }
td.TdClassName
{
border-color: #E01703;
}
.TagClassName
{
border-color: #E01703;
}
</style>