Shades of Scarlet #E12504
Tints of Scarlet #E12504
RGB
CMYK
RGB Variations
Color information
#E12504 (or 0xE12504) is known color: Scarlet. HEX triplet: E1, 25 and 04. RGB value is (225,37,4). Sum of RGB (Red+Green+Blue) = 225+37+4=266 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.59% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 225 - color contains mainly: red. Hex color #E12504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12504 is #1EDAFB. Grayscale: #595959. Windows color (decimal): -2022140 or 271841. OLE color: 271841.
HSL color Cylindrical-coordinate representation of color #E12504: hue angle of 8.96º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E12504 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.12 |
| HSL | 8.96º | 0.97% | 0.45% | - |
| HSV(B) | 8.96º | 0.98% | 0.88% | - |
| XYZ | 31.73 | 17.34 | 1.79 | - |
| YUV | 89.45 | 79.78 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 4 | 0 | 0.84 | 0.98 | 0.12 | 8.96 | 0.97 | 0.45 |
| Hex | E1 | 25 | 4 | 0 | 54 | 62 | C | 9 | 61 | 2D |
| Octal | 341 | 45 | 4 | 0 | 124 | 142 | 14 | 11 | 141 | 55 |
| Binary | 11100001 | 100101 | 100 | 0 | 1010100 | 1100010 | 1100 | 1001 | 1100001 | 101101 |
Color Harmonies of #E12504
Complementary color
Monochromatic Colors of #E12504
Black with #E12504
Text Example
Text Example
White with #E12504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12504; }
p { color: rgb(225,37,4); }
H1.HeaderClassName
{
color: #E12504;
}
.AnyTagClassName
{
color: #E12504;
}
</style>
background-color css
<style>
a { background-color: #E12504; }
a { background-color: rgb(225,37,4); }
div.DivClassName
{
background-color: #E12504;
}
.BgClassName
{
background-color: #E12504;
}
</style>
border-color css
<style>
span { border-color: #E12504; }
span { border-color: rgb(225,37,4); }
td.TdClassName
{
border-color: #E12504;
}
.TagClassName
{
border-color: #E12504;
}
</style>