Shades of Scarlet #E41902
Tints of Scarlet #E41902
RGB
CMYK
RGB Variations
Color information
#E41902 (or 0xE41902) is known color: Scarlet. HEX triplet: E4, 19 and 02. RGB value is (228,25,2). Sum of RGB (Red+Green+Blue) = 228+25+2=255 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.41% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 228 - color contains mainly: red. Hex color #E41902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41902 is #1BE6FD. Grayscale: #535353. Windows color (decimal): -1828606 or 137700. OLE color: 137700.
HSL color Cylindrical-coordinate representation of color #E41902: hue angle of 6.11º 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 #E41902 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.11 |
| HSL | 6.11º | 0.98% | 0.45% | - |
| HSV(B) | 6.11º | 0.99% | 0.89% | - |
| XYZ | 32.35 | 17.19 | 1.67 | - |
| YUV | 83.08 | 82.25 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 2 | 0 | 0.89 | 0.99 | 0.11 | 6.11 | 0.98 | 0.45 |
| Hex | E4 | 19 | 2 | 0 | 59 | 63 | B | 6 | 62 | 2D |
| Octal | 344 | 31 | 2 | 0 | 131 | 143 | 13 | 6 | 142 | 55 |
| Binary | 11100100 | 11001 | 10 | 0 | 1011001 | 1100011 | 1011 | 110 | 1100010 | 101101 |
Color Harmonies of #E41902
Complementary color
Monochromatic Colors of #E41902
Black with #E41902
Text Example
Text Example
White with #E41902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41902; }
p { color: rgb(228,25,2); }
H1.HeaderClassName
{
color: #E41902;
}
.AnyTagClassName
{
color: #E41902;
}
</style>
background-color css
<style>
a { background-color: #E41902; }
a { background-color: rgb(228,25,2); }
div.DivClassName
{
background-color: #E41902;
}
.BgClassName
{
background-color: #E41902;
}
</style>
border-color css
<style>
span { border-color: #E41902; }
span { border-color: rgb(228,25,2); }
td.TdClassName
{
border-color: #E41902;
}
.TagClassName
{
border-color: #E41902;
}
</style>