Shades of Scarlet #E82201
Tints of Scarlet #E82201
RGB
CMYK
RGB Variations
Color information
#E82201 (or 0xE82201) is known color: Scarlet. HEX triplet: E8, 22 and 01. RGB value is (232,34,1). Sum of RGB (Red+Green+Blue) = 232+34+1=267 (35% of max value = 765). Red value is 232 (91.02% from 255 or 86.89% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 232 - color contains mainly: red. Hex color #E82201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82201 is #17DDFE. Grayscale: #595959. Windows color (decimal): -1564159 or 74472. OLE color: 74472.
HSL color Cylindrical-coordinate representation of color #E82201: hue angle of 8.57º 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 #E82201 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.09 |
| HSL | 8.57º | 0.99% | 0.46% | - |
| HSV(B) | 8.57º | 1% | 0.91% | - |
| XYZ | 33.86 | 18.3 | 1.78 | - |
| YUV | 89.44 | 78.1 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 1 | 0 | 0.85 | 1.00 | 0.09 | 8.57 | 0.99 | 0.46 |
| Hex | E8 | 22 | 1 | 0 | 55 | 64 | 9 | 9 | 63 | 2E |
| Octal | 350 | 42 | 1 | 0 | 125 | 144 | 11 | 11 | 143 | 56 |
| Binary | 11101000 | 100010 | 1 | 0 | 1010101 | 1100100 | 1001 | 1001 | 1100011 | 101110 |
Color Harmonies of #E82201
Complementary color
Monochromatic Colors of #E82201
Black with #E82201
Text Example
Text Example
White with #E82201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82201; }
p { color: rgb(232,34,1); }
H1.HeaderClassName
{
color: #E82201;
}
.AnyTagClassName
{
color: #E82201;
}
</style>
background-color css
<style>
a { background-color: #E82201; }
a { background-color: rgb(232,34,1); }
div.DivClassName
{
background-color: #E82201;
}
.BgClassName
{
background-color: #E82201;
}
</style>
border-color css
<style>
span { border-color: #E82201; }
span { border-color: rgb(232,34,1); }
td.TdClassName
{
border-color: #E82201;
}
.TagClassName
{
border-color: #E82201;
}
</style>