Shades of Scarlet #E42908
Tints of Scarlet #E42908
RGB
CMYK
RGB Variations
Color information
#E42908 (or 0xE42908) is known color: Scarlet. HEX triplet: E4, 29 and 08. RGB value is (228,41,8). Sum of RGB (Red+Green+Blue) = 228+41+8=277 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.31% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 228 - color contains mainly: red. Hex color #E42908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42908 is #1BD6F7. Grayscale: #5D5D5D. Windows color (decimal): -1824504 or 535012. OLE color: 535012.
HSL color Cylindrical-coordinate representation of color #E42908: hue angle of 9º 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 #E42908 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.11 |
| HSL | 9º | 0.93% | 0.46% | - |
| HSV(B) | 9º | 0.96% | 0.89% | - |
| XYZ | 32.83 | 18.1 | 1.99 | - |
| YUV | 93.15 | 79.95 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 8 | 0 | 0.82 | 0.96 | 0.11 | 9 | 0.93 | 0.46 |
| Hex | E4 | 29 | 8 | 0 | 52 | 60 | B | 9 | 5D | 2E |
| Octal | 344 | 51 | 10 | 0 | 122 | 140 | 13 | 11 | 135 | 56 |
| Binary | 11100100 | 101001 | 1000 | 0 | 1010010 | 1100000 | 1011 | 1001 | 1011101 | 101110 |
Color Harmonies of #E42908
Complementary color
Monochromatic Colors of #E42908
Black with #E42908
Text Example
Text Example
White with #E42908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42908; }
p { color: rgb(228,41,8); }
H1.HeaderClassName
{
color: #E42908;
}
.AnyTagClassName
{
color: #E42908;
}
</style>
background-color css
<style>
a { background-color: #E42908; }
a { background-color: rgb(228,41,8); }
div.DivClassName
{
background-color: #E42908;
}
.BgClassName
{
background-color: #E42908;
}
</style>
border-color css
<style>
span { border-color: #E42908; }
span { border-color: rgb(228,41,8); }
td.TdClassName
{
border-color: #E42908;
}
.TagClassName
{
border-color: #E42908;
}
</style>