Shades of Scarlet #E9310D
Tints of Scarlet #E9310D
RGB
CMYK
RGB Variations
Color information
#E9310D (or 0xE9310D) is known color: Scarlet. HEX triplet: E9, 31 and 0D. RGB value is (233,49,13). Sum of RGB (Red+Green+Blue) = 233+49+13=295 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.98% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 233 - color contains mainly: red. Hex color #E9310D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9310D is #16CEF2. Grayscale: #646464. Windows color (decimal): -1494771 or 864745. OLE color: 864745.
HSL color Cylindrical-coordinate representation of color #E9310D: hue angle of 9.82º 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 #E9310D is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 13 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.09 |
| HSL | 9.82º | 0.89% | 0.48% | - |
| HSV(B) | 9.82º | 0.94% | 0.91% | - |
| XYZ | 34.78 | 19.55 | 2.32 | - |
| YUV | 99.91 | 78.96 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 13 | 0 | 0.79 | 0.94 | 0.09 | 9.82 | 0.89 | 0.48 |
| Hex | E9 | 31 | D | 0 | 4F | 5E | 9 | A | 59 | 30 |
| Octal | 351 | 61 | 15 | 0 | 117 | 136 | 11 | 12 | 131 | 60 |
| Binary | 11101001 | 110001 | 1101 | 0 | 1001111 | 1011110 | 1001 | 1010 | 1011001 | 110000 |
Color Harmonies of #E9310D
Complementary color
Monochromatic Colors of #E9310D
Black with #E9310D
Text Example
Text Example
White with #E9310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9310D; }
p { color: rgb(233,49,13); }
H1.HeaderClassName
{
color: #E9310D;
}
.AnyTagClassName
{
color: #E9310D;
}
</style>
background-color css
<style>
a { background-color: #E9310D; }
a { background-color: rgb(233,49,13); }
div.DivClassName
{
background-color: #E9310D;
}
.BgClassName
{
background-color: #E9310D;
}
</style>
border-color css
<style>
span { border-color: #E9310D; }
span { border-color: rgb(233,49,13); }
td.TdClassName
{
border-color: #E9310D;
}
.TagClassName
{
border-color: #E9310D;
}
</style>