Shades of Scarlet #E93100
Tints of Scarlet #E93100
RGB
CMYK
RGB Variations
Color information
#E93100 (or 0xE93100) is known color: Scarlet. HEX triplet: E9, 31 and 00. RGB value is (233,49,0). Sum of RGB (Red+Green+Blue) = 233+49+0=282 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.62% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 233 - color contains mainly: red. Hex color #E93100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93100 is #16CEFF. Grayscale: #626262. Windows color (decimal): -1494784 or 12777. OLE color: 12777.
HSL color Cylindrical-coordinate representation of color #E93100: hue angle of 12.62º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E93100 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.09 |
| HSL | 12.62º | 1% | 0.46% | - |
| HSV(B) | 12.62º | 1% | 0.91% | - |
| XYZ | 34.7 | 19.52 | 1.94 | - |
| YUV | 98.43 | 72.46 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 0 | 0 | 0.79 | 1 | 0.09 | 12.62 | 1 | 0.46 |
| Hex | E9 | 31 | 0 | 0 | 4F | 64 | 9 | D | 64 | 2E |
| Octal | 351 | 61 | 0 | 0 | 117 | 144 | 11 | 15 | 144 | 56 |
| Binary | 11101001 | 110001 | 0 | 0 | 1001111 | 1100100 | 1001 | 1101 | 1100100 | 101110 |
Color Harmonies of #E93100
Complementary color
Monochromatic Colors of #E93100
Black with #E93100
Text Example
Text Example
White with #E93100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93100; }
p { color: rgb(233,49,0); }
H1.HeaderClassName
{
color: #E93100;
}
.AnyTagClassName
{
color: #E93100;
}
</style>
background-color css
<style>
a { background-color: #E93100; }
a { background-color: rgb(233,49,0); }
div.DivClassName
{
background-color: #E93100;
}
.BgClassName
{
background-color: #E93100;
}
</style>
border-color css
<style>
span { border-color: #E93100; }
span { border-color: rgb(233,49,0); }
td.TdClassName
{
border-color: #E93100;
}
.TagClassName
{
border-color: #E93100;
}
</style>