Shades of Scarlet #E93014
Tints of Scarlet #E93014
RGB
CMYK
RGB Variations
Color information
#E93014 (or 0xE93014) is known color: Scarlet. HEX triplet: E9, 30 and 14. RGB value is (233,48,20). Sum of RGB (Red+Green+Blue) = 233+48+20=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E93014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93014 is #16CFEB. Grayscale: #646464. Windows color (decimal): -1495020 or 1323241. OLE color: 1323241.
HSL color Cylindrical-coordinate representation of color #E93014: hue angle of 7.89º 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 #E93014 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 48 | 20 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.09 |
| HSL | 7.89º | 0.84% | 0.5% | - |
| HSV(B) | 7.89º | 0.91% | 0.91% | - |
| XYZ | 34.79 | 19.49 | 2.59 | - |
| YUV | 100.12 | 82.79 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 48 | 20 | 0 | 0.79 | 0.91 | 0.09 | 7.89 | 0.84 | 0.5 |
| Hex | E9 | 30 | 14 | 0 | 4F | 5B | 9 | 8 | 54 | 32 |
| Octal | 351 | 60 | 24 | 0 | 117 | 133 | 11 | 10 | 124 | 62 |
| Binary | 11101001 | 110000 | 10100 | 0 | 1001111 | 1011011 | 1001 | 1000 | 1010100 | 110010 |
Color Harmonies of #E93014
Complementary color
Monochromatic Colors of #E93014
Black with #E93014
Text Example
Text Example
White with #E93014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93014; }
p { color: rgb(233,48,20); }
H1.HeaderClassName
{
color: #E93014;
}
.AnyTagClassName
{
color: #E93014;
}
</style>
background-color css
<style>
a { background-color: #E93014; }
a { background-color: rgb(233,48,20); }
div.DivClassName
{
background-color: #E93014;
}
.BgClassName
{
background-color: #E93014;
}
</style>
border-color css
<style>
span { border-color: #E93014; }
span { border-color: rgb(233,48,20); }
td.TdClassName
{
border-color: #E93014;
}
.TagClassName
{
border-color: #E93014;
}
</style>