Shades of Scarlet #E11400
Tints of Scarlet #E11400
RGB
CMYK
RGB Variations
Color information
#E11400 (or 0xE11400) is known color: Scarlet. HEX triplet: E1, 14 and 00. RGB value is (225,20,0). Sum of RGB (Red+Green+Blue) = 225+20+0=245 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.84% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 225 - color contains mainly: red. Hex color #E11400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11400 is #1EEBFF. Grayscale: #4F4F4F. Windows color (decimal): -2026496 or 5345. OLE color: 5345.
HSL color Cylindrical-coordinate representation of color #E11400: hue angle of 5.33º 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 #E11400 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.12 |
| HSL | 5.33º | 1% | 0.44% | - |
| HSV(B) | 5.33º | 1% | 0.88% | - |
| XYZ | 31.3 | 16.51 | 1.54 | - |
| YUV | 79.02 | 83.42 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 0 | 0 | 0.91 | 1 | 0.12 | 5.33 | 1 | 0.44 |
| Hex | E1 | 14 | 0 | 0 | 5B | 64 | C | 5 | 64 | 2C |
| Octal | 341 | 24 | 0 | 0 | 133 | 144 | 14 | 5 | 144 | 54 |
| Binary | 11100001 | 10100 | 0 | 0 | 1011011 | 1100100 | 1100 | 101 | 1100100 | 101100 |
Color Harmonies of #E11400
Complementary color
Monochromatic Colors of #E11400
Black with #E11400
Text Example
Text Example
White with #E11400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11400; }
p { color: rgb(225,20,0); }
H1.HeaderClassName
{
color: #E11400;
}
.AnyTagClassName
{
color: #E11400;
}
</style>
background-color css
<style>
a { background-color: #E11400; }
a { background-color: rgb(225,20,0); }
div.DivClassName
{
background-color: #E11400;
}
.BgClassName
{
background-color: #E11400;
}
</style>
border-color css
<style>
span { border-color: #E11400; }
span { border-color: rgb(225,20,0); }
td.TdClassName
{
border-color: #E11400;
}
.TagClassName
{
border-color: #E11400;
}
</style>