Shades of Scarlet #E62101
Tints of Scarlet #E62101
RGB
CMYK
RGB Variations
Color information
#E62101 (or 0xE62101) is known color: Scarlet. HEX triplet: E6, 21 and 01. RGB value is (230,33,1). Sum of RGB (Red+Green+Blue) = 230+33+1=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E62101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62101 is #19DEFE. Grayscale: #585858. Windows color (decimal): -1695487 or 74214. OLE color: 74214.
HSL color Cylindrical-coordinate representation of color #E62101: hue angle of 8.38º 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 #E62101 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.10 |
| HSL | 8.38º | 0.99% | 0.45% | - |
| HSV(B) | 8.38º | 1% | 0.9% | - |
| XYZ | 33.18 | 17.91 | 1.74 | - |
| YUV | 88.26 | 78.77 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 1 | 0 | 0.86 | 1.00 | 0.10 | 8.38 | 0.99 | 0.45 |
| Hex | E6 | 21 | 1 | 0 | 56 | 64 | A | 8 | 63 | 2D |
| Octal | 346 | 41 | 1 | 0 | 126 | 144 | 12 | 10 | 143 | 55 |
| Binary | 11100110 | 100001 | 1 | 0 | 1010110 | 1100100 | 1010 | 1000 | 1100011 | 101101 |
Color Harmonies of #E62101
Complementary color
Monochromatic Colors of #E62101
Black with #E62101
Text Example
Text Example
White with #E62101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62101; }
p { color: rgb(230,33,1); }
H1.HeaderClassName
{
color: #E62101;
}
.AnyTagClassName
{
color: #E62101;
}
</style>
background-color css
<style>
a { background-color: #E62101; }
a { background-color: rgb(230,33,1); }
div.DivClassName
{
background-color: #E62101;
}
.BgClassName
{
background-color: #E62101;
}
</style>
border-color css
<style>
span { border-color: #E62101; }
span { border-color: rgb(230,33,1); }
td.TdClassName
{
border-color: #E62101;
}
.TagClassName
{
border-color: #E62101;
}
</style>