Shades of Scarlet #E9350E
Tints of Scarlet #E9350E
RGB
CMYK
RGB Variations
Color information
#E9350E (or 0xE9350E) is known color: Scarlet. HEX triplet: E9, 35 and 0E. RGB value is (233,53,14). Sum of RGB (Red+Green+Blue) = 233+53+14=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E9350E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9350E is #16CAF1. Grayscale: #666666. Windows color (decimal): -1493746 or 931305. OLE color: 931305.
HSL color Cylindrical-coordinate representation of color #E9350E: hue angle of 10.68º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9350E is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 14 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.09 |
| HSL | 10.68º | 0.89% | 0.48% | - |
| HSV(B) | 10.68º | 0.94% | 0.91% | - |
| XYZ | 34.96 | 19.9 | 2.41 | - |
| YUV | 102.37 | 78.13 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 14 | 0 | 0.77 | 0.94 | 0.09 | 10.68 | 0.89 | 0.48 |
| Hex | E9 | 35 | E | 0 | 4D | 5E | 9 | B | 59 | 30 |
| Octal | 351 | 65 | 16 | 0 | 115 | 136 | 11 | 13 | 131 | 60 |
| Binary | 11101001 | 110101 | 1110 | 0 | 1001101 | 1011110 | 1001 | 1011 | 1011001 | 110000 |
Color Harmonies of #E9350E
Complementary color
Monochromatic Colors of #E9350E
Black with #E9350E
Text Example
Text Example
White with #E9350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9350E; }
p { color: rgb(233,53,14); }
H1.HeaderClassName
{
color: #E9350E;
}
.AnyTagClassName
{
color: #E9350E;
}
</style>
background-color css
<style>
a { background-color: #E9350E; }
a { background-color: rgb(233,53,14); }
div.DivClassName
{
background-color: #E9350E;
}
.BgClassName
{
background-color: #E9350E;
}
</style>
border-color css
<style>
span { border-color: #E9350E; }
span { border-color: rgb(233,53,14); }
td.TdClassName
{
border-color: #E9350E;
}
.TagClassName
{
border-color: #E9350E;
}
</style>