Shades of Scarlet #E12501
Tints of Scarlet #E12501
RGB
CMYK
RGB Variations
Color information
#E12501 (or 0xE12501) is known color: Scarlet. HEX triplet: E1, 25 and 01. RGB value is (225,37,1). Sum of RGB (Red+Green+Blue) = 225+37+1=263 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.55% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 225 - color contains mainly: red. Hex color #E12501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12501 is #1EDAFE. Grayscale: #595959. Windows color (decimal): -2022143 or 75233. OLE color: 75233.
HSL color Cylindrical-coordinate representation of color #E12501: hue angle of 9.64º 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 #E12501 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.12 |
| HSL | 9.64º | 0.99% | 0.44% | - |
| HSV(B) | 9.64º | 1% | 0.88% | - |
| XYZ | 31.72 | 17.33 | 1.7 | - |
| YUV | 89.11 | 78.28 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 1 | 0 | 0.84 | 1.00 | 0.12 | 9.64 | 0.99 | 0.44 |
| Hex | E1 | 25 | 1 | 0 | 54 | 64 | C | A | 63 | 2C |
| Octal | 341 | 45 | 1 | 0 | 124 | 144 | 14 | 12 | 143 | 54 |
| Binary | 11100001 | 100101 | 1 | 0 | 1010100 | 1100100 | 1100 | 1010 | 1100011 | 101100 |
Color Harmonies of #E12501
Complementary color
Monochromatic Colors of #E12501
Black with #E12501
Text Example
Text Example
White with #E12501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12501; }
p { color: rgb(225,37,1); }
H1.HeaderClassName
{
color: #E12501;
}
.AnyTagClassName
{
color: #E12501;
}
</style>
background-color css
<style>
a { background-color: #E12501; }
a { background-color: rgb(225,37,1); }
div.DivClassName
{
background-color: #E12501;
}
.BgClassName
{
background-color: #E12501;
}
</style>
border-color css
<style>
span { border-color: #E12501; }
span { border-color: rgb(225,37,1); }
td.TdClassName
{
border-color: #E12501;
}
.TagClassName
{
border-color: #E12501;
}
</style>