Shades of Scarlet #E91414
Tints of Scarlet #E91414
RGB
CMYK
RGB Variations
Color information
#E91414 (or 0xE91414) is known color: Scarlet. HEX triplet: E9, 14 and 14. RGB value is (233,20,20). Sum of RGB (Red+Green+Blue) = 233+20+20=273 (36% of max value = 765). Red value is 233 (91.41% from 255 or 85.35% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 233 - color contains mainly: red. Hex color #E91414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E91414 is #16EBEB. Grayscale: #535353. Windows color (decimal): -1502188 or 1316073. OLE color: 1316073.
HSL color Cylindrical-coordinate representation of color #E91414: hue angle of 0º 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 #E91414 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 20 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.09 |
| HSL | 0º | 0.84% | 0.5% | - |
| HSV(B) | 0º | 0.91% | 0.91% | - |
| XYZ | 33.98 | 17.87 | 2.32 | - |
| YUV | 83.69 | 92.07 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 20 | 0 | 0.91 | 0.91 | 0.09 | 0 | 0.84 | 0.5 |
| Hex | E9 | 14 | 14 | 0 | 5B | 5B | 9 | 0 | 54 | 32 |
| Octal | 351 | 24 | 24 | 0 | 133 | 133 | 11 | 0 | 124 | 62 |
| Binary | 11101001 | 10100 | 10100 | 0 | 1011011 | 1011011 | 1001 | 0 | 1010100 | 110010 |
Color Harmonies of #E91414
Complementary color
Monochromatic Colors of #E91414
Black with #E91414
Text Example
Text Example
White with #E91414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91414; }
p { color: rgb(233,20,20); }
H1.HeaderClassName
{
color: #E91414;
}
.AnyTagClassName
{
color: #E91414;
}
</style>
background-color css
<style>
a { background-color: #E91414; }
a { background-color: rgb(233,20,20); }
div.DivClassName
{
background-color: #E91414;
}
.BgClassName
{
background-color: #E91414;
}
</style>
border-color css
<style>
span { border-color: #E91414; }
span { border-color: rgb(233,20,20); }
td.TdClassName
{
border-color: #E91414;
}
.TagClassName
{
border-color: #E91414;
}
</style>