Shades of Scarlet #E9310C
Tints of Scarlet #E9310C
RGB
CMYK
RGB Variations
Color information
#E9310C (or 0xE9310C) is known color: Scarlet. HEX triplet: E9, 31 and 0C. RGB value is (233,49,12). Sum of RGB (Red+Green+Blue) = 233+49+12=294 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.25% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 233 - color contains mainly: red. Hex color #E9310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9310C is #16CEF3. Grayscale: #646464. Windows color (decimal): -1494772 or 799209. OLE color: 799209.
HSL color Cylindrical-coordinate representation of color #E9310C: hue angle of 10.05º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9310C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.09 |
| HSL | 10.05º | 0.9% | 0.48% | - |
| HSV(B) | 10.05º | 0.95% | 0.91% | - |
| XYZ | 34.77 | 19.55 | 2.29 | - |
| YUV | 99.8 | 78.46 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 12 | 0 | 0.79 | 0.95 | 0.09 | 10.05 | 0.9 | 0.48 |
| Hex | E9 | 31 | C | 0 | 4F | 5F | 9 | A | 5A | 30 |
| Octal | 351 | 61 | 14 | 0 | 117 | 137 | 11 | 12 | 132 | 60 |
| Binary | 11101001 | 110001 | 1100 | 0 | 1001111 | 1011111 | 1001 | 1010 | 1011010 | 110000 |
Color Harmonies of #E9310C
Complementary color
Monochromatic Colors of #E9310C
Black with #E9310C
Text Example
Text Example
White with #E9310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9310C; }
p { color: rgb(233,49,12); }
H1.HeaderClassName
{
color: #E9310C;
}
.AnyTagClassName
{
color: #E9310C;
}
</style>
background-color css
<style>
a { background-color: #E9310C; }
a { background-color: rgb(233,49,12); }
div.DivClassName
{
background-color: #E9310C;
}
.BgClassName
{
background-color: #E9310C;
}
</style>
border-color css
<style>
span { border-color: #E9310C; }
span { border-color: rgb(233,49,12); }
td.TdClassName
{
border-color: #E9310C;
}
.TagClassName
{
border-color: #E9310C;
}
</style>