Shades of Scarlet #E02501
Tints of Scarlet #E02501
RGB
CMYK
RGB Variations
Color information
#E02501 (or 0xE02501) is known color: Scarlet. HEX triplet: E0, 25 and 01. RGB value is (224,37,1). Sum of RGB (Red+Green+Blue) = 224+37+1=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E02501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02501 is #1FDAFE. Grayscale: #595959. Windows color (decimal): -2087679 or 75232. OLE color: 75232.
HSL color Cylindrical-coordinate representation of color #E02501: hue angle of 9.69º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E02501 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.12 |
| HSL | 9.69º | 0.99% | 0.44% | - |
| HSV(B) | 9.69º | 1% | 0.88% | - |
| XYZ | 31.41 | 17.17 | 1.69 | - |
| YUV | 88.81 | 78.45 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 1 | 0 | 0.83 | 1.00 | 0.12 | 9.69 | 0.99 | 0.44 |
| Hex | E0 | 25 | 1 | 0 | 53 | 64 | C | A | 63 | 2C |
| Octal | 340 | 45 | 1 | 0 | 123 | 144 | 14 | 12 | 143 | 54 |
| Binary | 11100000 | 100101 | 1 | 0 | 1010011 | 1100100 | 1100 | 1010 | 1100011 | 101100 |
Color Harmonies of #E02501
Complementary color
Monochromatic Colors of #E02501
Black with #E02501
Text Example
Text Example
White with #E02501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02501; }
p { color: rgb(224,37,1); }
H1.HeaderClassName
{
color: #E02501;
}
.AnyTagClassName
{
color: #E02501;
}
</style>
background-color css
<style>
a { background-color: #E02501; }
a { background-color: rgb(224,37,1); }
div.DivClassName
{
background-color: #E02501;
}
.BgClassName
{
background-color: #E02501;
}
</style>
border-color css
<style>
span { border-color: #E02501; }
span { border-color: rgb(224,37,1); }
td.TdClassName
{
border-color: #E02501;
}
.TagClassName
{
border-color: #E02501;
}
</style>