Shades of Scarlet #E91C14
Tints of Scarlet #E91C14
RGB
CMYK
RGB Variations
Color information
#E91C14 (or 0xE91C14) is known color: Scarlet. HEX triplet: E9, 1C and 14. RGB value is (233,28,20). Sum of RGB (Red+Green+Blue) = 233+28+20=281 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.92% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E91C14 is #16E3EB. Grayscale: #585858. Windows color (decimal): -1500140 or 1318121. OLE color: 1318121.
HSL color Cylindrical-coordinate representation of color #E91C14: hue angle of 2.25º 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 #E91C14 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 20 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.09 |
| HSL | 2.25º | 0.84% | 0.5% | - |
| HSV(B) | 2.25º | 0.91% | 0.91% | - |
| XYZ | 34.15 | 18.2 | 2.38 | - |
| YUV | 88.38 | 89.42 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 20 | 0 | 0.88 | 0.91 | 0.09 | 2.25 | 0.84 | 0.5 |
| Hex | E9 | 1C | 14 | 0 | 58 | 5B | 9 | 2 | 54 | 32 |
| Octal | 351 | 34 | 24 | 0 | 130 | 133 | 11 | 2 | 124 | 62 |
| Binary | 11101001 | 11100 | 10100 | 0 | 1011000 | 1011011 | 1001 | 10 | 1010100 | 110010 |
Color Harmonies of #E91C14
Complementary color
Monochromatic Colors of #E91C14
Black with #E91C14
Text Example
Text Example
White with #E91C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C14; }
p { color: rgb(233,28,20); }
H1.HeaderClassName
{
color: #E91C14;
}
.AnyTagClassName
{
color: #E91C14;
}
</style>
background-color css
<style>
a { background-color: #E91C14; }
a { background-color: rgb(233,28,20); }
div.DivClassName
{
background-color: #E91C14;
}
.BgClassName
{
background-color: #E91C14;
}
</style>
border-color css
<style>
span { border-color: #E91C14; }
span { border-color: rgb(233,28,20); }
td.TdClassName
{
border-color: #E91C14;
}
.TagClassName
{
border-color: #E91C14;
}
</style>