Shades of Scarlet #E41502
Tints of Scarlet #E41502
RGB
CMYK
RGB Variations
Color information
#E41502 (or 0xE41502) is known color: Scarlet. HEX triplet: E4, 15 and 02. RGB value is (228,21,2). Sum of RGB (Red+Green+Blue) = 228+21+2=251 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.84% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 228 - color contains mainly: red. Hex color #E41502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41502 is #1BEAFD. Grayscale: #515151. Windows color (decimal): -1829630 or 136676. OLE color: 136676.
HSL color Cylindrical-coordinate representation of color #E41502: hue angle of 5.04º 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 #E41502 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.11 |
| HSL | 5.04º | 0.98% | 0.45% | - |
| HSV(B) | 5.04º | 0.99% | 0.89% | - |
| XYZ | 32.27 | 17.03 | 1.64 | - |
| YUV | 80.73 | 83.58 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 2 | 0 | 0.91 | 0.99 | 0.11 | 5.04 | 0.98 | 0.45 |
| Hex | E4 | 15 | 2 | 0 | 5B | 63 | B | 5 | 62 | 2D |
| Octal | 344 | 25 | 2 | 0 | 133 | 143 | 13 | 5 | 142 | 55 |
| Binary | 11100100 | 10101 | 10 | 0 | 1011011 | 1100011 | 1011 | 101 | 1100010 | 101101 |
Color Harmonies of #E41502
Complementary color
Monochromatic Colors of #E41502
Black with #E41502
Text Example
Text Example
White with #E41502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41502; }
p { color: rgb(228,21,2); }
H1.HeaderClassName
{
color: #E41502;
}
.AnyTagClassName
{
color: #E41502;
}
</style>
background-color css
<style>
a { background-color: #E41502; }
a { background-color: rgb(228,21,2); }
div.DivClassName
{
background-color: #E41502;
}
.BgClassName
{
background-color: #E41502;
}
</style>
border-color css
<style>
span { border-color: #E41502; }
span { border-color: rgb(228,21,2); }
td.TdClassName
{
border-color: #E41502;
}
.TagClassName
{
border-color: #E41502;
}
</style>