Shades of Scarlet #E01303
Tints of Scarlet #E01303
RGB
CMYK
RGB Variations
Color information
#E01303 (or 0xE01303) is known color: Scarlet. HEX triplet: E0, 13 and 03. RGB value is (224,19,3). Sum of RGB (Red+Green+Blue) = 224+19+3=246 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.06% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 224 - color contains mainly: red. Hex color #E01303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01303 is #1FECFC. Grayscale: #4E4E4E. Windows color (decimal): -2092285 or 201696. OLE color: 201696.
HSL color Cylindrical-coordinate representation of color #E01303: hue angle of 4.34º 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 #E01303 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.12 |
| HSL | 4.34º | 0.97% | 0.45% | - |
| HSV(B) | 4.34º | 0.99% | 0.88% | - |
| XYZ | 30.99 | 16.32 | 1.6 | - |
| YUV | 78.47 | 85.42 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 3 | 0 | 0.92 | 0.99 | 0.12 | 4.34 | 0.97 | 0.45 |
| Hex | E0 | 13 | 3 | 0 | 5C | 63 | C | 4 | 61 | 2D |
| Octal | 340 | 23 | 3 | 0 | 134 | 143 | 14 | 4 | 141 | 55 |
| Binary | 11100000 | 10011 | 11 | 0 | 1011100 | 1100011 | 1100 | 100 | 1100001 | 101101 |
Color Harmonies of #E01303
Complementary color
Monochromatic Colors of #E01303
Black with #E01303
Text Example
Text Example
White with #E01303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01303; }
p { color: rgb(224,19,3); }
H1.HeaderClassName
{
color: #E01303;
}
.AnyTagClassName
{
color: #E01303;
}
</style>
background-color css
<style>
a { background-color: #E01303; }
a { background-color: rgb(224,19,3); }
div.DivClassName
{
background-color: #E01303;
}
.BgClassName
{
background-color: #E01303;
}
</style>
border-color css
<style>
span { border-color: #E01303; }
span { border-color: rgb(224,19,3); }
td.TdClassName
{
border-color: #E01303;
}
.TagClassName
{
border-color: #E01303;
}
</style>