Shades of Scarlet #E93300
Tints of Scarlet #E93300
RGB
CMYK
RGB Variations
Color information
#E93300 (or 0xE93300) is known color: Scarlet. HEX triplet: E9, 33 and 00. RGB value is (233,51,0). Sum of RGB (Red+Green+Blue) = 233+51+0=284 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.04% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 233 - color contains mainly: red. Hex color #E93300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93300 is #16CCFF. Grayscale: #636363. Windows color (decimal): -1494272 or 13289. OLE color: 13289.
HSL color Cylindrical-coordinate representation of color #E93300: hue angle of 13.13º 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 #E93300 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.09 |
| HSL | 13.13º | 1% | 0.46% | - |
| HSV(B) | 13.13º | 1% | 0.91% | - |
| XYZ | 34.79 | 19.69 | 1.97 | - |
| YUV | 99.6 | 71.8 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 0 | 0 | 0.78 | 1 | 0.09 | 13.13 | 1 | 0.46 |
| Hex | E9 | 33 | 0 | 0 | 4E | 64 | 9 | D | 64 | 2E |
| Octal | 351 | 63 | 0 | 0 | 116 | 144 | 11 | 15 | 144 | 56 |
| Binary | 11101001 | 110011 | 0 | 0 | 1001110 | 1100100 | 1001 | 1101 | 1100100 | 101110 |
Color Harmonies of #E93300
Complementary color
Monochromatic Colors of #E93300
Black with #E93300
Text Example
Text Example
White with #E93300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93300; }
p { color: rgb(233,51,0); }
H1.HeaderClassName
{
color: #E93300;
}
.AnyTagClassName
{
color: #E93300;
}
</style>
background-color css
<style>
a { background-color: #E93300; }
a { background-color: rgb(233,51,0); }
div.DivClassName
{
background-color: #E93300;
}
.BgClassName
{
background-color: #E93300;
}
</style>
border-color css
<style>
span { border-color: #E93300; }
span { border-color: rgb(233,51,0); }
td.TdClassName
{
border-color: #E93300;
}
.TagClassName
{
border-color: #E93300;
}
</style>