Shades of Scarlet #E91914
Tints of Scarlet #E91914
RGB
CMYK
RGB Variations
Color information
#E91914 (or 0xE91914) is known color: Scarlet. HEX triplet: E9, 19 and 14. RGB value is (233,25,20). Sum of RGB (Red+Green+Blue) = 233+25+20=278 (36% of max value = 765). Red value is 233 (91.41% from 255 or 83.81% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 233 - color contains mainly: red. Hex color #E91914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E91914 is #16E6EB. Grayscale: #565656. Windows color (decimal): -1500908 or 1317353. OLE color: 1317353.
HSL color Cylindrical-coordinate representation of color #E91914: hue angle of 1.41º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91914 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 20 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.09 |
| HSL | 1.41º | 0.84% | 0.5% | - |
| HSV(B) | 1.41º | 0.91% | 0.91% | - |
| XYZ | 34.08 | 18.07 | 2.35 | - |
| YUV | 86.62 | 90.41 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 20 | 0 | 0.89 | 0.91 | 0.09 | 1.41 | 0.84 | 0.5 |
| Hex | E9 | 19 | 14 | 0 | 59 | 5B | 9 | 1 | 54 | 32 |
| Octal | 351 | 31 | 24 | 0 | 131 | 133 | 11 | 1 | 124 | 62 |
| Binary | 11101001 | 11001 | 10100 | 0 | 1011001 | 1011011 | 1001 | 1 | 1010100 | 110010 |
Color Harmonies of #E91914
Complementary color
Monochromatic Colors of #E91914
Black with #E91914
Text Example
Text Example
White with #E91914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91914; }
p { color: rgb(233,25,20); }
H1.HeaderClassName
{
color: #E91914;
}
.AnyTagClassName
{
color: #E91914;
}
</style>
background-color css
<style>
a { background-color: #E91914; }
a { background-color: rgb(233,25,20); }
div.DivClassName
{
background-color: #E91914;
}
.BgClassName
{
background-color: #E91914;
}
</style>
border-color css
<style>
span { border-color: #E91914; }
span { border-color: rgb(233,25,20); }
td.TdClassName
{
border-color: #E91914;
}
.TagClassName
{
border-color: #E91914;
}
</style>