Shades of Scarlet #E02403
Tints of Scarlet #E02403
RGB
CMYK
RGB Variations
Color information
#E02403 (or 0xE02403) is known color: Scarlet. HEX triplet: E0, 24 and 03. RGB value is (224,36,3). Sum of RGB (Red+Green+Blue) = 224+36+3=263 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.17% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 224 - color contains mainly: red. Hex color #E02403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02403 is #1FDBFC. Grayscale: #585858. Windows color (decimal): -2087933 or 206048. OLE color: 206048.
HSL color Cylindrical-coordinate representation of color #E02403: hue angle of 8.96º 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 #E02403 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 3 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.12 |
| HSL | 8.96º | 0.97% | 0.45% | - |
| HSV(B) | 8.96º | 0.99% | 0.88% | - |
| XYZ | 31.39 | 17.12 | 1.74 | - |
| YUV | 88.45 | 79.78 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 3 | 0 | 0.84 | 0.99 | 0.12 | 8.96 | 0.97 | 0.45 |
| Hex | E0 | 24 | 3 | 0 | 54 | 63 | C | 9 | 61 | 2D |
| Octal | 340 | 44 | 3 | 0 | 124 | 143 | 14 | 11 | 141 | 55 |
| Binary | 11100000 | 100100 | 11 | 0 | 1010100 | 1100011 | 1100 | 1001 | 1100001 | 101101 |
Color Harmonies of #E02403
Complementary color
Monochromatic Colors of #E02403
Black with #E02403
Text Example
Text Example
White with #E02403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02403; }
p { color: rgb(224,36,3); }
H1.HeaderClassName
{
color: #E02403;
}
.AnyTagClassName
{
color: #E02403;
}
</style>
background-color css
<style>
a { background-color: #E02403; }
a { background-color: rgb(224,36,3); }
div.DivClassName
{
background-color: #E02403;
}
.BgClassName
{
background-color: #E02403;
}
</style>
border-color css
<style>
span { border-color: #E02403; }
span { border-color: rgb(224,36,3); }
td.TdClassName
{
border-color: #E02403;
}
.TagClassName
{
border-color: #E02403;
}
</style>