Shades of Scarlet #E93302
Tints of Scarlet #E93302
RGB
CMYK
RGB Variations
Color information
#E93302 (or 0xE93302) is known color: Scarlet. HEX triplet: E9, 33 and 02. RGB value is (233,51,2). Sum of RGB (Red+Green+Blue) = 233+51+2=286 (37% of max value = 765). Red value is 233 (91.41% from 255 or 81.47% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 233 - color contains mainly: red. Hex color #E93302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93302 is #16CCFD. Grayscale: #646464. Windows color (decimal): -1494270 or 144361. OLE color: 144361.
HSL color Cylindrical-coordinate representation of color #E93302: hue angle of 12.73º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E93302 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.09 |
| HSL | 12.73º | 0.98% | 0.46% | - |
| HSV(B) | 12.73º | 0.99% | 0.91% | - |
| XYZ | 34.8 | 19.7 | 2.02 | - |
| YUV | 99.83 | 72.8 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 2 | 0 | 0.78 | 0.99 | 0.09 | 12.73 | 0.98 | 0.46 |
| Hex | E9 | 33 | 2 | 0 | 4E | 63 | 9 | D | 62 | 2E |
| Octal | 351 | 63 | 2 | 0 | 116 | 143 | 11 | 15 | 142 | 56 |
| Binary | 11101001 | 110011 | 10 | 0 | 1001110 | 1100011 | 1001 | 1101 | 1100010 | 101110 |
Color Harmonies of #E93302
Complementary color
Monochromatic Colors of #E93302
Black with #E93302
Text Example
Text Example
White with #E93302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93302; }
p { color: rgb(233,51,2); }
H1.HeaderClassName
{
color: #E93302;
}
.AnyTagClassName
{
color: #E93302;
}
</style>
background-color css
<style>
a { background-color: #E93302; }
a { background-color: rgb(233,51,2); }
div.DivClassName
{
background-color: #E93302;
}
.BgClassName
{
background-color: #E93302;
}
</style>
border-color css
<style>
span { border-color: #E93302; }
span { border-color: rgb(233,51,2); }
td.TdClassName
{
border-color: #E93302;
}
.TagClassName
{
border-color: #E93302;
}
</style>