Shades of Scarlet #E42900
Tints of Scarlet #E42900
RGB
CMYK
RGB Variations
Color information
#E42900 (or 0xE42900) is known color: Scarlet. HEX triplet: E4, 29 and 00. RGB value is (228,41,0). Sum of RGB (Red+Green+Blue) = 228+41+0=269 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.76% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 228 - color contains mainly: red. Hex color #E42900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42900 is #1BD6FF. Grayscale: #5C5C5C. Windows color (decimal): -1824512 or 10724. OLE color: 10724.
HSL color Cylindrical-coordinate representation of color #E42900: hue angle of 10.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E42900 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.11 |
| HSL | 10.79º | 1% | 0.45% | - |
| HSV(B) | 10.79º | 1% | 0.89% | - |
| XYZ | 32.79 | 18.08 | 1.76 | - |
| YUV | 92.24 | 75.95 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 0 | 0 | 0.82 | 1 | 0.11 | 10.79 | 1 | 0.45 |
| Hex | E4 | 29 | 0 | 0 | 52 | 64 | B | B | 64 | 2D |
| Octal | 344 | 51 | 0 | 0 | 122 | 144 | 13 | 13 | 144 | 55 |
| Binary | 11100100 | 101001 | 0 | 0 | 1010010 | 1100100 | 1011 | 1011 | 1100100 | 101101 |
Color Harmonies of #E42900
Complementary color
Monochromatic Colors of #E42900
Black with #E42900
Text Example
Text Example
White with #E42900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42900; }
p { color: rgb(228,41,0); }
H1.HeaderClassName
{
color: #E42900;
}
.AnyTagClassName
{
color: #E42900;
}
</style>
background-color css
<style>
a { background-color: #E42900; }
a { background-color: rgb(228,41,0); }
div.DivClassName
{
background-color: #E42900;
}
.BgClassName
{
background-color: #E42900;
}
</style>
border-color css
<style>
span { border-color: #E42900; }
span { border-color: rgb(228,41,0); }
td.TdClassName
{
border-color: #E42900;
}
.TagClassName
{
border-color: #E42900;
}
</style>