Shades of Scarlet #E32901
Tints of Scarlet #E32901
RGB
CMYK
RGB Variations
Color information
#E32901 (or 0xE32901) is known color: Scarlet. HEX triplet: E3, 29 and 01. RGB value is (227,41,1). Sum of RGB (Red+Green+Blue) = 227+41+1=269 (35% of max value = 765). Red value is 227 (89.06% from 255 or 84.39% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 227 - color contains mainly: red. Hex color #E32901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32901 is #1CD6FE. Grayscale: #5C5C5C. Windows color (decimal): -1890047 or 76259. OLE color: 76259.
HSL color Cylindrical-coordinate representation of color #E32901: hue angle of 10.62º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E32901 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 1 | - |
| CMYK | 0 | 0.82 | 1.00 | 0.11 |
| HSL | 10.62º | 0.99% | 0.45% | - |
| HSV(B) | 10.62º | 1% | 0.89% | - |
| XYZ | 32.48 | 17.92 | 1.78 | - |
| YUV | 92.05 | 76.62 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 1 | 0 | 0.82 | 1.00 | 0.11 | 10.62 | 0.99 | 0.45 |
| Hex | E3 | 29 | 1 | 0 | 52 | 64 | B | B | 63 | 2D |
| Octal | 343 | 51 | 1 | 0 | 122 | 144 | 13 | 13 | 143 | 55 |
| Binary | 11100011 | 101001 | 1 | 0 | 1010010 | 1100100 | 1011 | 1011 | 1100011 | 101101 |
Color Harmonies of #E32901
Complementary color
Monochromatic Colors of #E32901
Black with #E32901
Text Example
Text Example
White with #E32901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32901; }
p { color: rgb(227,41,1); }
H1.HeaderClassName
{
color: #E32901;
}
.AnyTagClassName
{
color: #E32901;
}
</style>
background-color css
<style>
a { background-color: #E32901; }
a { background-color: rgb(227,41,1); }
div.DivClassName
{
background-color: #E32901;
}
.BgClassName
{
background-color: #E32901;
}
</style>
border-color css
<style>
span { border-color: #E32901; }
span { border-color: rgb(227,41,1); }
td.TdClassName
{
border-color: #E32901;
}
.TagClassName
{
border-color: #E32901;
}
</style>