Shades of Scarlet #E02603
Tints of Scarlet #E02603
RGB
CMYK
RGB Variations
Color information
#E02603 (or 0xE02603) is known color: Scarlet. HEX triplet: E0, 26 and 03. RGB value is (224,38,3). Sum of RGB (Red+Green+Blue) = 224+38+3=265 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.53% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 224 - color contains mainly: red. Hex color #E02603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02603 is #1FD9FC. Grayscale: #595959. Windows color (decimal): -2087421 or 206560. OLE color: 206560.
HSL color Cylindrical-coordinate representation of color #E02603: hue angle of 9.5º 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 #E02603 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.12 |
| HSL | 9.5º | 0.97% | 0.45% | - |
| HSV(B) | 9.5º | 0.99% | 0.88% | - |
| XYZ | 31.45 | 17.24 | 1.76 | - |
| YUV | 89.62 | 79.12 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 3 | 0 | 0.83 | 0.99 | 0.12 | 9.5 | 0.97 | 0.45 |
| Hex | E0 | 26 | 3 | 0 | 53 | 63 | C | A | 61 | 2D |
| Octal | 340 | 46 | 3 | 0 | 123 | 143 | 14 | 12 | 141 | 55 |
| Binary | 11100000 | 100110 | 11 | 0 | 1010011 | 1100011 | 1100 | 1010 | 1100001 | 101101 |
Color Harmonies of #E02603
Complementary color
Monochromatic Colors of #E02603
Black with #E02603
Text Example
Text Example
White with #E02603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02603; }
p { color: rgb(224,38,3); }
H1.HeaderClassName
{
color: #E02603;
}
.AnyTagClassName
{
color: #E02603;
}
</style>
background-color css
<style>
a { background-color: #E02603; }
a { background-color: rgb(224,38,3); }
div.DivClassName
{
background-color: #E02603;
}
.BgClassName
{
background-color: #E02603;
}
</style>
border-color css
<style>
span { border-color: #E02603; }
span { border-color: rgb(224,38,3); }
td.TdClassName
{
border-color: #E02603;
}
.TagClassName
{
border-color: #E02603;
}
</style>