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