Shades of Scarlet #E92302
Tints of Scarlet #E92302
RGB
CMYK
RGB Variations
Color information
#E92302 (or 0xE92302) is known color: Scarlet. HEX triplet: E9, 23 and 02. RGB value is (233,35,2). Sum of RGB (Red+Green+Blue) = 233+35+2=270 (35% of max value = 765). Red value is 233 (91.41% from 255 or 86.30% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 233 - color contains mainly: red. Hex color #E92302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92302 is #16DCFD. Grayscale: #5A5A5A. Windows color (decimal): -1498366 or 140265. OLE color: 140265.
HSL color Cylindrical-coordinate representation of color #E92302: hue angle of 8.57º 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 #E92302 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 35 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.09 |
| HSL | 8.57º | 0.98% | 0.46% | - |
| HSV(B) | 8.57º | 0.99% | 0.91% | - |
| XYZ | 34.22 | 18.53 | 1.83 | - |
| YUV | 90.44 | 78.1 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 35 | 2 | 0 | 0.85 | 0.99 | 0.09 | 8.57 | 0.98 | 0.46 |
| Hex | E9 | 23 | 2 | 0 | 55 | 63 | 9 | 9 | 62 | 2E |
| Octal | 351 | 43 | 2 | 0 | 125 | 143 | 11 | 11 | 142 | 56 |
| Binary | 11101001 | 100011 | 10 | 0 | 1010101 | 1100011 | 1001 | 1001 | 1100010 | 101110 |
Color Harmonies of #E92302
Complementary color
Monochromatic Colors of #E92302
Black with #E92302
Text Example
Text Example
White with #E92302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92302; }
p { color: rgb(233,35,2); }
H1.HeaderClassName
{
color: #E92302;
}
.AnyTagClassName
{
color: #E92302;
}
</style>
background-color css
<style>
a { background-color: #E92302; }
a { background-color: rgb(233,35,2); }
div.DivClassName
{
background-color: #E92302;
}
.BgClassName
{
background-color: #E92302;
}
</style>
border-color css
<style>
span { border-color: #E92302; }
span { border-color: rgb(233,35,2); }
td.TdClassName
{
border-color: #E92302;
}
.TagClassName
{
border-color: #E92302;
}
</style>