Shades of Scarlet #E42010
Tints of Scarlet #E42010
RGB
CMYK
RGB Variations
Color information
#E42010 (or 0xE42010) is known color: Scarlet. HEX triplet: E4, 20 and 10. RGB value is (228,32,16). Sum of RGB (Red+Green+Blue) = 228+32+16=276 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.61% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 228 - color contains mainly: red. Hex color #E42010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42010 is #1BDFEF. Grayscale: #595959. Windows color (decimal): -1826800 or 1056996. OLE color: 1056996.
HSL color Cylindrical-coordinate representation of color #E42010: hue angle of 4.53º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E42010 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.11 |
| HSL | 4.53º | 0.87% | 0.48% | - |
| HSV(B) | 4.53º | 0.93% | 0.89% | - |
| XYZ | 32.6 | 17.56 | 2.16 | - |
| YUV | 88.78 | 86.93 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 16 | 0 | 0.86 | 0.93 | 0.11 | 4.53 | 0.87 | 0.48 |
| Hex | E4 | 20 | 10 | 0 | 56 | 5D | B | 5 | 57 | 30 |
| Octal | 344 | 40 | 20 | 0 | 126 | 135 | 13 | 5 | 127 | 60 |
| Binary | 11100100 | 100000 | 10000 | 0 | 1010110 | 1011101 | 1011 | 101 | 1010111 | 110000 |
Color Harmonies of #E42010
Complementary color
Monochromatic Colors of #E42010
Black with #E42010
Text Example
Text Example
White with #E42010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42010; }
p { color: rgb(228,32,16); }
H1.HeaderClassName
{
color: #E42010;
}
.AnyTagClassName
{
color: #E42010;
}
</style>
background-color css
<style>
a { background-color: #E42010; }
a { background-color: rgb(228,32,16); }
div.DivClassName
{
background-color: #E42010;
}
.BgClassName
{
background-color: #E42010;
}
</style>
border-color css
<style>
span { border-color: #E42010; }
span { border-color: rgb(228,32,16); }
td.TdClassName
{
border-color: #E42010;
}
.TagClassName
{
border-color: #E42010;
}
</style>