Shades of Scarlet #E42402
Tints of Scarlet #E42402
RGB
CMYK
RGB Variations
Color information
#E42402 (or 0xE42402) is known color: Scarlet. HEX triplet: E4, 24 and 02. RGB value is (228,36,2). Sum of RGB (Red+Green+Blue) = 228+36+2=266 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.71% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 228 - color contains mainly: red. Hex color #E42402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42402 is #1BDBFD. Grayscale: #595959. Windows color (decimal): -1825790 or 140516. OLE color: 140516.
HSL color Cylindrical-coordinate representation of color #E42402: hue angle of 9.03º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E42402 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.11 |
| HSL | 9.03º | 0.98% | 0.45% | - |
| HSV(B) | 9.03º | 0.99% | 0.89% | - |
| XYZ | 32.64 | 17.76 | 1.77 | - |
| YUV | 89.53 | 78.61 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 2 | 0 | 0.84 | 0.99 | 0.11 | 9.03 | 0.98 | 0.45 |
| Hex | E4 | 24 | 2 | 0 | 54 | 63 | B | 9 | 62 | 2D |
| Octal | 344 | 44 | 2 | 0 | 124 | 143 | 13 | 11 | 142 | 55 |
| Binary | 11100100 | 100100 | 10 | 0 | 1010100 | 1100011 | 1011 | 1001 | 1100010 | 101101 |
Color Harmonies of #E42402
Complementary color
Monochromatic Colors of #E42402
Black with #E42402
Text Example
Text Example
White with #E42402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42402; }
p { color: rgb(228,36,2); }
H1.HeaderClassName
{
color: #E42402;
}
.AnyTagClassName
{
color: #E42402;
}
</style>
background-color css
<style>
a { background-color: #E42402; }
a { background-color: rgb(228,36,2); }
div.DivClassName
{
background-color: #E42402;
}
.BgClassName
{
background-color: #E42402;
}
</style>
border-color css
<style>
span { border-color: #E42402; }
span { border-color: rgb(228,36,2); }
td.TdClassName
{
border-color: #E42402;
}
.TagClassName
{
border-color: #E42402;
}
</style>