Shades of Scarlet #E01403
Tints of Scarlet #E01403
RGB
CMYK
RGB Variations
Color information
#E01403 (or 0xE01403) is known color: Scarlet. HEX triplet: E0, 14 and 03. RGB value is (224,20,3). Sum of RGB (Red+Green+Blue) = 224+20+3=247 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.69% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 224 - color contains mainly: red. Hex color #E01403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01403 is #1FEBFC. Grayscale: #4F4F4F. Windows color (decimal): -2092029 or 201952. OLE color: 201952.
HSL color Cylindrical-coordinate representation of color #E01403: hue angle of 4.62º 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 #E01403 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.12 |
| HSL | 4.62º | 0.97% | 0.45% | - |
| HSV(B) | 4.62º | 0.99% | 0.88% | - |
| XYZ | 31.01 | 16.35 | 1.61 | - |
| YUV | 79.06 | 85.09 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 3 | 0 | 0.91 | 0.99 | 0.12 | 4.62 | 0.97 | 0.45 |
| Hex | E0 | 14 | 3 | 0 | 5B | 63 | C | 5 | 61 | 2D |
| Octal | 340 | 24 | 3 | 0 | 133 | 143 | 14 | 5 | 141 | 55 |
| Binary | 11100000 | 10100 | 11 | 0 | 1011011 | 1100011 | 1100 | 101 | 1100001 | 101101 |
Color Harmonies of #E01403
Complementary color
Monochromatic Colors of #E01403
Black with #E01403
Text Example
Text Example
White with #E01403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01403; }
p { color: rgb(224,20,3); }
H1.HeaderClassName
{
color: #E01403;
}
.AnyTagClassName
{
color: #E01403;
}
</style>
background-color css
<style>
a { background-color: #E01403; }
a { background-color: rgb(224,20,3); }
div.DivClassName
{
background-color: #E01403;
}
.BgClassName
{
background-color: #E01403;
}
</style>
border-color css
<style>
span { border-color: #E01403; }
span { border-color: rgb(224,20,3); }
td.TdClassName
{
border-color: #E01403;
}
.TagClassName
{
border-color: #E01403;
}
</style>