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