Shades of Scarlet #E91714
Tints of Scarlet #E91714
RGB
CMYK
RGB Variations
Color information
#E91714 (or 0xE91714) is known color: Scarlet. HEX triplet: E9, 17 and 14. RGB value is (233,23,20). Sum of RGB (Red+Green+Blue) = 233+23+20=276 (36% of max value = 765). Red value is 233 (91.41% from 255 or 84.42% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 233 - color contains mainly: red. Hex color #E91714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E91714 is #16E8EB. Grayscale: #555555. Windows color (decimal): -1501420 or 1316841. OLE color: 1316841.
HSL color Cylindrical-coordinate representation of color #E91714: hue angle of 0.85º 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 #E91714 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 20 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.09 |
| HSL | 0.85º | 0.84% | 0.5% | - |
| HSV(B) | 0.85º | 0.91% | 0.91% | - |
| XYZ | 34.04 | 17.99 | 2.34 | - |
| YUV | 85.45 | 91.07 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 20 | 0 | 0.90 | 0.91 | 0.09 | 0.85 | 0.84 | 0.5 |
| Hex | E9 | 17 | 14 | 0 | 5A | 5B | 9 | 1 | 54 | 32 |
| Octal | 351 | 27 | 24 | 0 | 132 | 133 | 11 | 1 | 124 | 62 |
| Binary | 11101001 | 10111 | 10100 | 0 | 1011010 | 1011011 | 1001 | 1 | 1010100 | 110010 |
Color Harmonies of #E91714
Complementary color
Monochromatic Colors of #E91714
Black with #E91714
Text Example
Text Example
White with #E91714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91714; }
p { color: rgb(233,23,20); }
H1.HeaderClassName
{
color: #E91714;
}
.AnyTagClassName
{
color: #E91714;
}
</style>
background-color css
<style>
a { background-color: #E91714; }
a { background-color: rgb(233,23,20); }
div.DivClassName
{
background-color: #E91714;
}
.BgClassName
{
background-color: #E91714;
}
</style>
border-color css
<style>
span { border-color: #E91714; }
span { border-color: rgb(233,23,20); }
td.TdClassName
{
border-color: #E91714;
}
.TagClassName
{
border-color: #E91714;
}
</style>