Shades of Scarlet #E12408
Tints of Scarlet #E12408
RGB
CMYK
RGB Variations
Color information
#E12408 (or 0xE12408) is known color: Scarlet. HEX triplet: E1, 24 and 08. RGB value is (225,36,8). Sum of RGB (Red+Green+Blue) = 225+36+8=269 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.64% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 225 - color contains mainly: red. Hex color #E12408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12408 is #1EDBF7. Grayscale: #595959. Windows color (decimal): -2022392 or 533729. OLE color: 533729.
HSL color Cylindrical-coordinate representation of color #E12408: hue angle of 7.74º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E12408 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.12 |
| HSL | 7.74º | 0.93% | 0.46% | - |
| HSV(B) | 7.74º | 0.96% | 0.88% | - |
| XYZ | 31.73 | 17.29 | 1.89 | - |
| YUV | 89.32 | 82.12 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 8 | 0 | 0.84 | 0.96 | 0.12 | 7.74 | 0.93 | 0.46 |
| Hex | E1 | 24 | 8 | 0 | 54 | 60 | C | 8 | 5D | 2E |
| Octal | 341 | 44 | 10 | 0 | 124 | 140 | 14 | 10 | 135 | 56 |
| Binary | 11100001 | 100100 | 1000 | 0 | 1010100 | 1100000 | 1100 | 1000 | 1011101 | 101110 |
Color Harmonies of #E12408
Complementary color
Monochromatic Colors of #E12408
Black with #E12408
Text Example
Text Example
White with #E12408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12408; }
p { color: rgb(225,36,8); }
H1.HeaderClassName
{
color: #E12408;
}
.AnyTagClassName
{
color: #E12408;
}
</style>
background-color css
<style>
a { background-color: #E12408; }
a { background-color: rgb(225,36,8); }
div.DivClassName
{
background-color: #E12408;
}
.BgClassName
{
background-color: #E12408;
}
</style>
border-color css
<style>
span { border-color: #E12408; }
span { border-color: rgb(225,36,8); }
td.TdClassName
{
border-color: #E12408;
}
.TagClassName
{
border-color: #E12408;
}
</style>