Shades of Scarlet #E62301
Tints of Scarlet #E62301
RGB
CMYK
RGB Variations
Color information
#E62301 (or 0xE62301) is known color: Scarlet. HEX triplet: E6, 23 and 01. RGB value is (230,35,1). Sum of RGB (Red+Green+Blue) = 230+35+1=266 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.47% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 230 - color contains mainly: red. Hex color #E62301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62301 is #19DCFE. Grayscale: #595959. Windows color (decimal): -1694975 or 74726. OLE color: 74726.
HSL color Cylindrical-coordinate representation of color #E62301: hue angle of 8.91º 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 #E62301 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.10 |
| HSL | 8.91º | 0.99% | 0.45% | - |
| HSV(B) | 8.91º | 1% | 0.9% | - |
| XYZ | 33.24 | 18.03 | 1.76 | - |
| YUV | 89.43 | 78.1 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 1 | 0 | 0.85 | 1.00 | 0.10 | 8.91 | 0.99 | 0.45 |
| Hex | E6 | 23 | 1 | 0 | 55 | 64 | A | 9 | 63 | 2D |
| Octal | 346 | 43 | 1 | 0 | 125 | 144 | 12 | 11 | 143 | 55 |
| Binary | 11100110 | 100011 | 1 | 0 | 1010101 | 1100100 | 1010 | 1001 | 1100011 | 101101 |
Color Harmonies of #E62301
Complementary color
Monochromatic Colors of #E62301
Black with #E62301
Text Example
Text Example
White with #E62301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62301; }
p { color: rgb(230,35,1); }
H1.HeaderClassName
{
color: #E62301;
}
.AnyTagClassName
{
color: #E62301;
}
</style>
background-color css
<style>
a { background-color: #E62301; }
a { background-color: rgb(230,35,1); }
div.DivClassName
{
background-color: #E62301;
}
.BgClassName
{
background-color: #E62301;
}
</style>
border-color css
<style>
span { border-color: #E62301; }
span { border-color: rgb(230,35,1); }
td.TdClassName
{
border-color: #E62301;
}
.TagClassName
{
border-color: #E62301;
}
</style>