Shades of Scarlet #E62010
Tints of Scarlet #E62010
RGB
CMYK
RGB Variations
Color information
#E62010 (or 0xE62010) is known color: Scarlet. HEX triplet: E6, 20 and 10. RGB value is (230,32,16). Sum of RGB (Red+Green+Blue) = 230+32+16=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E62010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62010 is #19DFEF. Grayscale: #595959. Windows color (decimal): -1695728 or 1056998. OLE color: 1056998.
HSL color Cylindrical-coordinate representation of color #E62010: hue angle of 4.49º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E62010 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.10 |
| HSL | 4.49º | 0.87% | 0.48% | - |
| HSV(B) | 4.49º | 0.93% | 0.9% | - |
| XYZ | 33.24 | 17.89 | 2.19 | - |
| YUV | 89.38 | 86.6 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 16 | 0 | 0.86 | 0.93 | 0.10 | 4.49 | 0.87 | 0.48 |
| Hex | E6 | 20 | 10 | 0 | 56 | 5D | A | 4 | 57 | 30 |
| Octal | 346 | 40 | 20 | 0 | 126 | 135 | 12 | 4 | 127 | 60 |
| Binary | 11100110 | 100000 | 10000 | 0 | 1010110 | 1011101 | 1010 | 100 | 1010111 | 110000 |
Color Harmonies of #E62010
Complementary color
Monochromatic Colors of #E62010
Black with #E62010
Text Example
Text Example
White with #E62010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62010; }
p { color: rgb(230,32,16); }
H1.HeaderClassName
{
color: #E62010;
}
.AnyTagClassName
{
color: #E62010;
}
</style>
background-color css
<style>
a { background-color: #E62010; }
a { background-color: rgb(230,32,16); }
div.DivClassName
{
background-color: #E62010;
}
.BgClassName
{
background-color: #E62010;
}
</style>
border-color css
<style>
span { border-color: #E62010; }
span { border-color: rgb(230,32,16); }
td.TdClassName
{
border-color: #E62010;
}
.TagClassName
{
border-color: #E62010;
}
</style>