Shades of Scarlet #E91713
Tints of Scarlet #E91713
RGB
CMYK
RGB Variations
Color information
#E91713 (or 0xE91713) is known color: Scarlet. HEX triplet: E9, 17 and 13. RGB value is (233,23,19). Sum of RGB (Red+Green+Blue) = 233+23+19=275 (36% of max value = 765). Red value is 233 (91.41% from 255 or 84.73% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 233 - color contains mainly: red. Hex color #E91713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E91713 is #16E8EC. Grayscale: #555555. Windows color (decimal): -1501421 or 1251305. OLE color: 1251305.
HSL color Cylindrical-coordinate representation of color #E91713: hue angle of 1.12º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91713 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 19 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.09 |
| HSL | 1.12º | 0.85% | 0.49% | - |
| HSV(B) | 1.12º | 0.92% | 0.91% | - |
| XYZ | 34.03 | 17.98 | 2.29 | - |
| YUV | 85.33 | 90.57 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 19 | 0 | 0.90 | 0.92 | 0.09 | 1.12 | 0.85 | 0.49 |
| Hex | E9 | 17 | 13 | 0 | 5A | 5C | 9 | 1 | 55 | 31 |
| Octal | 351 | 27 | 23 | 0 | 132 | 134 | 11 | 1 | 125 | 61 |
| Binary | 11101001 | 10111 | 10011 | 0 | 1011010 | 1011100 | 1001 | 1 | 1010101 | 110001 |
Color Harmonies of #E91713
Complementary color
Monochromatic Colors of #E91713
Black with #E91713
Text Example
Text Example
White with #E91713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91713; }
p { color: rgb(233,23,19); }
H1.HeaderClassName
{
color: #E91713;
}
.AnyTagClassName
{
color: #E91713;
}
</style>
background-color css
<style>
a { background-color: #E91713; }
a { background-color: rgb(233,23,19); }
div.DivClassName
{
background-color: #E91713;
}
.BgClassName
{
background-color: #E91713;
}
</style>
border-color css
<style>
span { border-color: #E91713; }
span { border-color: rgb(233,23,19); }
td.TdClassName
{
border-color: #E91713;
}
.TagClassName
{
border-color: #E91713;
}
</style>