Shades of Scarlet #E02502
Tints of Scarlet #E02502
RGB
CMYK
RGB Variations
Color information
#E02502 (or 0xE02502) is known color: Scarlet. HEX triplet: E0, 25 and 02. RGB value is (224,37,2). Sum of RGB (Red+Green+Blue) = 224+37+2=263 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.17% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 224 - color contains mainly: red. Hex color #E02502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02502 is #1FDAFD. Grayscale: #595959. Windows color (decimal): -2087678 or 140768. OLE color: 140768.
HSL color Cylindrical-coordinate representation of color #E02502: hue angle of 9.46º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E02502 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.12 |
| HSL | 9.46º | 0.98% | 0.44% | - |
| HSV(B) | 9.46º | 0.99% | 0.88% | - |
| XYZ | 31.41 | 17.17 | 1.72 | - |
| YUV | 88.92 | 78.95 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 2 | 0 | 0.83 | 0.99 | 0.12 | 9.46 | 0.98 | 0.44 |
| Hex | E0 | 25 | 2 | 0 | 53 | 63 | C | 9 | 62 | 2C |
| Octal | 340 | 45 | 2 | 0 | 123 | 143 | 14 | 11 | 142 | 54 |
| Binary | 11100000 | 100101 | 10 | 0 | 1010011 | 1100011 | 1100 | 1001 | 1100010 | 101100 |
Color Harmonies of #E02502
Complementary color
Monochromatic Colors of #E02502
Black with #E02502
Text Example
Text Example
White with #E02502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02502; }
p { color: rgb(224,37,2); }
H1.HeaderClassName
{
color: #E02502;
}
.AnyTagClassName
{
color: #E02502;
}
</style>
background-color css
<style>
a { background-color: #E02502; }
a { background-color: rgb(224,37,2); }
div.DivClassName
{
background-color: #E02502;
}
.BgClassName
{
background-color: #E02502;
}
</style>
border-color css
<style>
span { border-color: #E02502; }
span { border-color: rgb(224,37,2); }
td.TdClassName
{
border-color: #E02502;
}
.TagClassName
{
border-color: #E02502;
}
</style>