Shades of Scarlet #E12401
Tints of Scarlet #E12401
RGB
CMYK
RGB Variations
Color information
#E12401 (or 0xE12401) is known color: Scarlet. HEX triplet: E1, 24 and 01. RGB value is (225,36,1). Sum of RGB (Red+Green+Blue) = 225+36+1=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E12401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12401 is #1EDBFE. Grayscale: #585858. Windows color (decimal): -2022399 or 74977. OLE color: 74977.
HSL color Cylindrical-coordinate representation of color #E12401: hue angle of 9.38º 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 #E12401 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.12 |
| HSL | 9.38º | 0.99% | 0.44% | - |
| HSV(B) | 9.38º | 1% | 0.88% | - |
| XYZ | 31.69 | 17.27 | 1.69 | - |
| YUV | 88.52 | 78.62 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 1 | 0 | 0.84 | 1.00 | 0.12 | 9.38 | 0.99 | 0.44 |
| Hex | E1 | 24 | 1 | 0 | 54 | 64 | C | 9 | 63 | 2C |
| Octal | 341 | 44 | 1 | 0 | 124 | 144 | 14 | 11 | 143 | 54 |
| Binary | 11100001 | 100100 | 1 | 0 | 1010100 | 1100100 | 1100 | 1001 | 1100011 | 101100 |
Color Harmonies of #E12401
Complementary color
Monochromatic Colors of #E12401
Black with #E12401
Text Example
Text Example
White with #E12401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12401; }
p { color: rgb(225,36,1); }
H1.HeaderClassName
{
color: #E12401;
}
.AnyTagClassName
{
color: #E12401;
}
</style>
background-color css
<style>
a { background-color: #E12401; }
a { background-color: rgb(225,36,1); }
div.DivClassName
{
background-color: #E12401;
}
.BgClassName
{
background-color: #E12401;
}
</style>
border-color css
<style>
span { border-color: #E12401; }
span { border-color: rgb(225,36,1); }
td.TdClassName
{
border-color: #E12401;
}
.TagClassName
{
border-color: #E12401;
}
</style>