Shades of Scarlet #E62002
Tints of Scarlet #E62002
RGB
CMYK
RGB Variations
Color information
#E62002 (or 0xE62002) is known color: Scarlet. HEX triplet: E6, 20 and 02. RGB value is (230,32,2). Sum of RGB (Red+Green+Blue) = 230+32+2=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E62002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62002 is #19DFFD. Grayscale: #585858. Windows color (decimal): -1695742 or 139494. OLE color: 139494.
HSL color Cylindrical-coordinate representation of color #E62002: hue angle of 7.89º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E62002 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.10 |
| HSL | 7.89º | 0.98% | 0.45% | - |
| HSV(B) | 7.89º | 0.99% | 0.9% | - |
| XYZ | 33.16 | 17.86 | 1.76 | - |
| YUV | 87.78 | 79.6 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 2 | 0 | 0.86 | 0.99 | 0.10 | 7.89 | 0.98 | 0.45 |
| Hex | E6 | 20 | 2 | 0 | 56 | 63 | A | 8 | 62 | 2D |
| Octal | 346 | 40 | 2 | 0 | 126 | 143 | 12 | 10 | 142 | 55 |
| Binary | 11100110 | 100000 | 10 | 0 | 1010110 | 1100011 | 1010 | 1000 | 1100010 | 101101 |
Color Harmonies of #E62002
Complementary color
Monochromatic Colors of #E62002
Black with #E62002
Text Example
Text Example
White with #E62002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62002; }
p { color: rgb(230,32,2); }
H1.HeaderClassName
{
color: #E62002;
}
.AnyTagClassName
{
color: #E62002;
}
</style>
background-color css
<style>
a { background-color: #E62002; }
a { background-color: rgb(230,32,2); }
div.DivClassName
{
background-color: #E62002;
}
.BgClassName
{
background-color: #E62002;
}
</style>
border-color css
<style>
span { border-color: #E62002; }
span { border-color: rgb(230,32,2); }
td.TdClassName
{
border-color: #E62002;
}
.TagClassName
{
border-color: #E62002;
}
</style>