Shades of Scarlet #E12500
Tints of Scarlet #E12500
RGB
CMYK
RGB Variations
Color information
#E12500 (or 0xE12500) is known color: Scarlet. HEX triplet: E1, 25 and 00. RGB value is (225,37,0). Sum of RGB (Red+Green+Blue) = 225+37+0=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E12500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12500 is #1EDAFF. Grayscale: #595959. Windows color (decimal): -2022144 or 9697. OLE color: 9697.
HSL color Cylindrical-coordinate representation of color #E12500: hue angle of 9.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E12500 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.12 |
| HSL | 9.87º | 1% | 0.44% | - |
| HSV(B) | 9.87º | 1% | 0.88% | - |
| XYZ | 31.71 | 17.33 | 1.67 | - |
| YUV | 88.99 | 77.78 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 0 | 0 | 0.84 | 1 | 0.12 | 9.87 | 1 | 0.44 |
| Hex | E1 | 25 | 0 | 0 | 54 | 64 | C | A | 64 | 2C |
| Octal | 341 | 45 | 0 | 0 | 124 | 144 | 14 | 12 | 144 | 54 |
| Binary | 11100001 | 100101 | 0 | 0 | 1010100 | 1100100 | 1100 | 1010 | 1100100 | 101100 |
Color Harmonies of #E12500
Complementary color
Monochromatic Colors of #E12500
Black with #E12500
Text Example
Text Example
White with #E12500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12500; }
p { color: rgb(225,37,0); }
H1.HeaderClassName
{
color: #E12500;
}
.AnyTagClassName
{
color: #E12500;
}
</style>
background-color css
<style>
a { background-color: #E12500; }
a { background-color: rgb(225,37,0); }
div.DivClassName
{
background-color: #E12500;
}
.BgClassName
{
background-color: #E12500;
}
</style>
border-color css
<style>
span { border-color: #E12500; }
span { border-color: rgb(225,37,0); }
td.TdClassName
{
border-color: #E12500;
}
.TagClassName
{
border-color: #E12500;
}
</style>