Shades of Scarlet #E41202
Tints of Scarlet #E41202
RGB
CMYK
RGB Variations
Color information
#E41202 (or 0xE41202) is known color: Scarlet. HEX triplet: E4, 12 and 02. RGB value is (228,18,2). Sum of RGB (Red+Green+Blue) = 228+18+2=248 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.94% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 228 - color contains mainly: red. Hex color #E41202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41202 is #1BEDFD. Grayscale: #4F4F4F. Windows color (decimal): -1830398 or 135908. OLE color: 135908.
HSL color Cylindrical-coordinate representation of color #E41202: hue angle of 4.25º 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 #E41202 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.11 |
| HSL | 4.25º | 0.98% | 0.45% | - |
| HSV(B) | 4.25º | 0.99% | 0.89% | - |
| XYZ | 32.22 | 16.93 | 1.63 | - |
| YUV | 78.97 | 84.57 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 2 | 0 | 0.92 | 0.99 | 0.11 | 4.25 | 0.98 | 0.45 |
| Hex | E4 | 12 | 2 | 0 | 5C | 63 | B | 4 | 62 | 2D |
| Octal | 344 | 22 | 2 | 0 | 134 | 143 | 13 | 4 | 142 | 55 |
| Binary | 11100100 | 10010 | 10 | 0 | 1011100 | 1100011 | 1011 | 100 | 1100010 | 101101 |
Color Harmonies of #E41202
Complementary color
Monochromatic Colors of #E41202
Black with #E41202
Text Example
Text Example
White with #E41202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41202; }
p { color: rgb(228,18,2); }
H1.HeaderClassName
{
color: #E41202;
}
.AnyTagClassName
{
color: #E41202;
}
</style>
background-color css
<style>
a { background-color: #E41202; }
a { background-color: rgb(228,18,2); }
div.DivClassName
{
background-color: #E41202;
}
.BgClassName
{
background-color: #E41202;
}
</style>
border-color css
<style>
span { border-color: #E41202; }
span { border-color: rgb(228,18,2); }
td.TdClassName
{
border-color: #E41202;
}
.TagClassName
{
border-color: #E41202;
}
</style>