Shades of Scarlet #E62501
Tints of Scarlet #E62501
RGB
CMYK
RGB Variations
Color information
#E62501 (or 0xE62501) is known color: Scarlet. HEX triplet: E6, 25 and 01. RGB value is (230,37,1). Sum of RGB (Red+Green+Blue) = 230+37+1=268 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.82% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 230 - color contains mainly: red. Hex color #E62501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62501 is #19DAFE. Grayscale: #5A5A5A. Windows color (decimal): -1694463 or 75238. OLE color: 75238.
HSL color Cylindrical-coordinate representation of color #E62501: hue angle of 9.43º 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 #E62501 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 37 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.10 |
| HSL | 9.43º | 0.99% | 0.45% | - |
| HSV(B) | 9.43º | 1% | 0.9% | - |
| XYZ | 33.3 | 18.15 | 1.78 | - |
| YUV | 90.6 | 77.44 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 1 | 0 | 0.84 | 1.00 | 0.10 | 9.43 | 0.99 | 0.45 |
| Hex | E6 | 25 | 1 | 0 | 54 | 64 | A | 9 | 63 | 2D |
| Octal | 346 | 45 | 1 | 0 | 124 | 144 | 12 | 11 | 143 | 55 |
| Binary | 11100110 | 100101 | 1 | 0 | 1010100 | 1100100 | 1010 | 1001 | 1100011 | 101101 |
Color Harmonies of #E62501
Complementary color
Monochromatic Colors of #E62501
Black with #E62501
Text Example
Text Example
White with #E62501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62501; }
p { color: rgb(230,37,1); }
H1.HeaderClassName
{
color: #E62501;
}
.AnyTagClassName
{
color: #E62501;
}
</style>
background-color css
<style>
a { background-color: #E62501; }
a { background-color: rgb(230,37,1); }
div.DivClassName
{
background-color: #E62501;
}
.BgClassName
{
background-color: #E62501;
}
</style>
border-color css
<style>
span { border-color: #E62501; }
span { border-color: rgb(230,37,1); }
td.TdClassName
{
border-color: #E62501;
}
.TagClassName
{
border-color: #E62501;
}
</style>