Shades of Scarlet #E62701
Tints of Scarlet #E62701
RGB
CMYK
RGB Variations
Color information
#E62701 (or 0xE62701) is known color: Scarlet. HEX triplet: E6, 27 and 01. RGB value is (230,39,1). Sum of RGB (Red+Green+Blue) = 230+39+1=270 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.19% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 230 - color contains mainly: red. Hex color #E62701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62701 is #19D8FE. Grayscale: #5C5C5C. Windows color (decimal): -1693951 or 75750. OLE color: 75750.
HSL color Cylindrical-coordinate representation of color #E62701: hue angle of 9.96º 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 #E62701 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.10 |
| HSL | 9.96º | 0.99% | 0.45% | - |
| HSV(B) | 9.96º | 1% | 0.9% | - |
| XYZ | 33.36 | 18.28 | 1.8 | - |
| YUV | 91.78 | 76.78 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 1 | 0 | 0.83 | 1.00 | 0.10 | 9.96 | 0.99 | 0.45 |
| Hex | E6 | 27 | 1 | 0 | 53 | 64 | A | A | 63 | 2D |
| Octal | 346 | 47 | 1 | 0 | 123 | 144 | 12 | 12 | 143 | 55 |
| Binary | 11100110 | 100111 | 1 | 0 | 1010011 | 1100100 | 1010 | 1010 | 1100011 | 101101 |
Color Harmonies of #E62701
Complementary color
Monochromatic Colors of #E62701
Black with #E62701
Text Example
Text Example
White with #E62701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62701; }
p { color: rgb(230,39,1); }
H1.HeaderClassName
{
color: #E62701;
}
.AnyTagClassName
{
color: #E62701;
}
</style>
background-color css
<style>
a { background-color: #E62701; }
a { background-color: rgb(230,39,1); }
div.DivClassName
{
background-color: #E62701;
}
.BgClassName
{
background-color: #E62701;
}
</style>
border-color css
<style>
span { border-color: #E62701; }
span { border-color: rgb(230,39,1); }
td.TdClassName
{
border-color: #E62701;
}
.TagClassName
{
border-color: #E62701;
}
</style>