Shades of Scarlet #E92901
Tints of Scarlet #E92901
RGB
CMYK
RGB Variations
Color information
#E92901 (or 0xE92901) is known color: Scarlet. HEX triplet: E9, 29 and 01. RGB value is (233,41,1). Sum of RGB (Red+Green+Blue) = 233+41+1=275 (36% of max value = 765). Red value is 233 (91.41% from 255 or 84.73% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 233 - color contains mainly: red. Hex color #E92901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92901 is #16D6FE. Grayscale: #5E5E5E. Windows color (decimal): -1496831 or 76265. OLE color: 76265.
HSL color Cylindrical-coordinate representation of color #E92901: hue angle of 10.34º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E92901 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 1 | - |
| CMYK | 0 | 0.82 | 1.00 | 0.09 |
| HSL | 10.34º | 0.99% | 0.46% | - |
| HSV(B) | 10.34º | 1% | 0.91% | - |
| XYZ | 34.4 | 18.91 | 1.87 | - |
| YUV | 93.85 | 75.61 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 1 | 0 | 0.82 | 1.00 | 0.09 | 10.34 | 0.99 | 0.46 |
| Hex | E9 | 29 | 1 | 0 | 52 | 64 | 9 | A | 63 | 2E |
| Octal | 351 | 51 | 1 | 0 | 122 | 144 | 11 | 12 | 143 | 56 |
| Binary | 11101001 | 101001 | 1 | 0 | 1010010 | 1100100 | 1001 | 1010 | 1100011 | 101110 |
Color Harmonies of #E92901
Complementary color
Monochromatic Colors of #E92901
Black with #E92901
Text Example
Text Example
White with #E92901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92901; }
p { color: rgb(233,41,1); }
H1.HeaderClassName
{
color: #E92901;
}
.AnyTagClassName
{
color: #E92901;
}
</style>
background-color css
<style>
a { background-color: #E92901; }
a { background-color: rgb(233,41,1); }
div.DivClassName
{
background-color: #E92901;
}
.BgClassName
{
background-color: #E92901;
}
</style>
border-color css
<style>
span { border-color: #E92901; }
span { border-color: rgb(233,41,1); }
td.TdClassName
{
border-color: #E92901;
}
.TagClassName
{
border-color: #E92901;
}
</style>