Shades of Scarlet #E42902
Tints of Scarlet #E42902
RGB
CMYK
RGB Variations
Color information
#E42902 (or 0xE42902) is known color: Scarlet. HEX triplet: E4, 29 and 02. RGB value is (228,41,2). Sum of RGB (Red+Green+Blue) = 228+41+2=271 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.13% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 228 - color contains mainly: red. Hex color #E42902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42902 is #1BD6FD. Grayscale: #5C5C5C. Windows color (decimal): -1824510 or 141796. OLE color: 141796.
HSL color Cylindrical-coordinate representation of color #E42902: hue angle of 10.35º 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 #E42902 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.11 |
| HSL | 10.35º | 0.98% | 0.45% | - |
| HSV(B) | 10.35º | 0.99% | 0.89% | - |
| XYZ | 32.8 | 18.08 | 1.82 | - |
| YUV | 92.47 | 76.95 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 2 | 0 | 0.82 | 0.99 | 0.11 | 10.35 | 0.98 | 0.45 |
| Hex | E4 | 29 | 2 | 0 | 52 | 63 | B | A | 62 | 2D |
| Octal | 344 | 51 | 2 | 0 | 122 | 143 | 13 | 12 | 142 | 55 |
| Binary | 11100100 | 101001 | 10 | 0 | 1010010 | 1100011 | 1011 | 1010 | 1100010 | 101101 |
Color Harmonies of #E42902
Complementary color
Monochromatic Colors of #E42902
Black with #E42902
Text Example
Text Example
White with #E42902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42902; }
p { color: rgb(228,41,2); }
H1.HeaderClassName
{
color: #E42902;
}
.AnyTagClassName
{
color: #E42902;
}
</style>
background-color css
<style>
a { background-color: #E42902; }
a { background-color: rgb(228,41,2); }
div.DivClassName
{
background-color: #E42902;
}
.BgClassName
{
background-color: #E42902;
}
</style>
border-color css
<style>
span { border-color: #E42902; }
span { border-color: rgb(228,41,2); }
td.TdClassName
{
border-color: #E42902;
}
.TagClassName
{
border-color: #E42902;
}
</style>