Shades of Scarlet #E72401
Tints of Scarlet #E72401
RGB
CMYK
RGB Variations
Color information
#E72401 (or 0xE72401) is known color: Scarlet. HEX triplet: E7, 24 and 01. RGB value is (231,36,1). Sum of RGB (Red+Green+Blue) = 231+36+1=268 (35% of max value = 765). Red value is 231 (90.62% from 255 or 86.19% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 231 - color contains mainly: red. Hex color #E72401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72401 is #18DBFE. Grayscale: #5A5A5A. Windows color (decimal): -1629183 or 74983. OLE color: 74983.
HSL color Cylindrical-coordinate representation of color #E72401: hue angle of 9.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E72401 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.09 |
| HSL | 9.13º | 0.99% | 0.45% | - |
| HSV(B) | 9.13º | 1% | 0.91% | - |
| XYZ | 33.59 | 18.25 | 1.78 | - |
| YUV | 90.32 | 77.6 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 1 | 0 | 0.84 | 1.00 | 0.09 | 9.13 | 0.99 | 0.45 |
| Hex | E7 | 24 | 1 | 0 | 54 | 64 | 9 | 9 | 63 | 2D |
| Octal | 347 | 44 | 1 | 0 | 124 | 144 | 11 | 11 | 143 | 55 |
| Binary | 11100111 | 100100 | 1 | 0 | 1010100 | 1100100 | 1001 | 1001 | 1100011 | 101101 |
Color Harmonies of #E72401
Complementary color
Monochromatic Colors of #E72401
Black with #E72401
Text Example
Text Example
White with #E72401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72401; }
p { color: rgb(231,36,1); }
H1.HeaderClassName
{
color: #E72401;
}
.AnyTagClassName
{
color: #E72401;
}
</style>
background-color css
<style>
a { background-color: #E72401; }
a { background-color: rgb(231,36,1); }
div.DivClassName
{
background-color: #E72401;
}
.BgClassName
{
background-color: #E72401;
}
</style>
border-color css
<style>
span { border-color: #E72401; }
span { border-color: rgb(231,36,1); }
td.TdClassName
{
border-color: #E72401;
}
.TagClassName
{
border-color: #E72401;
}
</style>