Shades of Scarlet #E42008
Tints of Scarlet #E42008
RGB
CMYK
RGB Variations
Color information
#E42008 (or 0xE42008) is known color: Scarlet. HEX triplet: E4, 20 and 08. RGB value is (228,32,8). Sum of RGB (Red+Green+Blue) = 228+32+8=268 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.07% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 228 - color contains mainly: red. Hex color #E42008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42008 is #1BDFF7. Grayscale: #585858. Windows color (decimal): -1826808 or 532708. OLE color: 532708.
HSL color Cylindrical-coordinate representation of color #E42008: hue angle of 6.55º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E42008 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 8 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.11 |
| HSL | 6.55º | 0.93% | 0.46% | - |
| HSV(B) | 6.55º | 0.96% | 0.89% | - |
| XYZ | 32.56 | 17.54 | 1.9 | - |
| YUV | 87.87 | 82.93 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 8 | 0 | 0.86 | 0.96 | 0.11 | 6.55 | 0.93 | 0.46 |
| Hex | E4 | 20 | 8 | 0 | 56 | 60 | B | 7 | 5D | 2E |
| Octal | 344 | 40 | 10 | 0 | 126 | 140 | 13 | 7 | 135 | 56 |
| Binary | 11100100 | 100000 | 1000 | 0 | 1010110 | 1100000 | 1011 | 111 | 1011101 | 101110 |
Color Harmonies of #E42008
Complementary color
Monochromatic Colors of #E42008
Black with #E42008
Text Example
Text Example
White with #E42008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42008; }
p { color: rgb(228,32,8); }
H1.HeaderClassName
{
color: #E42008;
}
.AnyTagClassName
{
color: #E42008;
}
</style>
background-color css
<style>
a { background-color: #E42008; }
a { background-color: rgb(228,32,8); }
div.DivClassName
{
background-color: #E42008;
}
.BgClassName
{
background-color: #E42008;
}
</style>
border-color css
<style>
span { border-color: #E42008; }
span { border-color: rgb(228,32,8); }
td.TdClassName
{
border-color: #E42008;
}
.TagClassName
{
border-color: #E42008;
}
</style>