Shades of Scarlet #E42805
Tints of Scarlet #E42805
RGB
CMYK
RGB Variations
Color information
#E42805 (or 0xE42805) is known color: Scarlet. HEX triplet: E4, 28 and 05. RGB value is (228,40,5). Sum of RGB (Red+Green+Blue) = 228+40+5=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E42805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42805 is #1BD7FA. Grayscale: #5C5C5C. Windows color (decimal): -1824763 or 338148. OLE color: 338148.
HSL color Cylindrical-coordinate representation of color #E42805: hue angle of 9.42º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E42805 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.11 |
| HSL | 9.42º | 0.96% | 0.46% | - |
| HSV(B) | 9.42º | 0.98% | 0.89% | - |
| XYZ | 32.78 | 18.02 | 1.89 | - |
| YUV | 92.22 | 78.78 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 5 | 0 | 0.82 | 0.98 | 0.11 | 9.42 | 0.96 | 0.46 |
| Hex | E4 | 28 | 5 | 0 | 52 | 62 | B | 9 | 60 | 2E |
| Octal | 344 | 50 | 5 | 0 | 122 | 142 | 13 | 11 | 140 | 56 |
| Binary | 11100100 | 101000 | 101 | 0 | 1010010 | 1100010 | 1011 | 1001 | 1100000 | 101110 |
Color Harmonies of #E42805
Complementary color
Monochromatic Colors of #E42805
Black with #E42805
Text Example
Text Example
White with #E42805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42805; }
p { color: rgb(228,40,5); }
H1.HeaderClassName
{
color: #E42805;
}
.AnyTagClassName
{
color: #E42805;
}
</style>
background-color css
<style>
a { background-color: #E42805; }
a { background-color: rgb(228,40,5); }
div.DivClassName
{
background-color: #E42805;
}
.BgClassName
{
background-color: #E42805;
}
</style>
border-color css
<style>
span { border-color: #E42805; }
span { border-color: rgb(228,40,5); }
td.TdClassName
{
border-color: #E42805;
}
.TagClassName
{
border-color: #E42805;
}
</style>