Shades of Scarlet #E52701
Tints of Scarlet #E52701
RGB
CMYK
RGB Variations
Color information
#E52701 (or 0xE52701) is known color: Scarlet. HEX triplet: E5, 27 and 01. RGB value is (229,39,1). Sum of RGB (Red+Green+Blue) = 229+39+1=269 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.13% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 229 - color contains mainly: red. Hex color #E52701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52701 is #1AD8FE. Grayscale: #5B5B5B. Windows color (decimal): -1759487 or 75749. OLE color: 75749.
HSL color Cylindrical-coordinate representation of color #E52701: hue angle of 10º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E52701 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.10 |
| HSL | 10º | 0.99% | 0.45% | - |
| HSV(B) | 10º | 1% | 0.9% | - |
| XYZ | 33.04 | 18.11 | 1.78 | - |
| YUV | 91.48 | 76.95 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 1 | 0 | 0.83 | 1.00 | 0.10 | 10 | 0.99 | 0.45 |
| Hex | E5 | 27 | 1 | 0 | 53 | 64 | A | A | 63 | 2D |
| Octal | 345 | 47 | 1 | 0 | 123 | 144 | 12 | 12 | 143 | 55 |
| Binary | 11100101 | 100111 | 1 | 0 | 1010011 | 1100100 | 1010 | 1010 | 1100011 | 101101 |
Color Harmonies of #E52701
Complementary color
Monochromatic Colors of #E52701
Black with #E52701
Text Example
Text Example
White with #E52701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52701; }
p { color: rgb(229,39,1); }
H1.HeaderClassName
{
color: #E52701;
}
.AnyTagClassName
{
color: #E52701;
}
</style>
background-color css
<style>
a { background-color: #E52701; }
a { background-color: rgb(229,39,1); }
div.DivClassName
{
background-color: #E52701;
}
.BgClassName
{
background-color: #E52701;
}
</style>
border-color css
<style>
span { border-color: #E52701; }
span { border-color: rgb(229,39,1); }
td.TdClassName
{
border-color: #E52701;
}
.TagClassName
{
border-color: #E52701;
}
</style>