Shades of Scarlet #E42800
Tints of Scarlet #E42800
RGB
CMYK
RGB Variations
Color information
#E42800 (or 0xE42800) is known color: Scarlet. HEX triplet: E4, 28 and 00. RGB value is (228,40,0). Sum of RGB (Red+Green+Blue) = 228+40+0=268 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.07% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 228 - color contains mainly: red. Hex color #E42800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42800 is #1BD7FF. Grayscale: #5B5B5B. Windows color (decimal): -1824768 or 10468. OLE color: 10468.
HSL color Cylindrical-coordinate representation of color #E42800: hue angle of 10.53º 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 #E42800 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.11 |
| HSL | 10.53º | 1% | 0.45% | - |
| HSV(B) | 10.53º | 1% | 0.89% | - |
| XYZ | 32.75 | 18.01 | 1.75 | - |
| YUV | 91.65 | 76.28 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 0 | 0 | 0.82 | 1 | 0.11 | 10.53 | 1 | 0.45 |
| Hex | E4 | 28 | 0 | 0 | 52 | 64 | B | B | 64 | 2D |
| Octal | 344 | 50 | 0 | 0 | 122 | 144 | 13 | 13 | 144 | 55 |
| Binary | 11100100 | 101000 | 0 | 0 | 1010010 | 1100100 | 1011 | 1011 | 1100100 | 101101 |
Color Harmonies of #E42800
Complementary color
Monochromatic Colors of #E42800
Black with #E42800
Text Example
Text Example
White with #E42800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42800; }
p { color: rgb(228,40,0); }
H1.HeaderClassName
{
color: #E42800;
}
.AnyTagClassName
{
color: #E42800;
}
</style>
background-color css
<style>
a { background-color: #E42800; }
a { background-color: rgb(228,40,0); }
div.DivClassName
{
background-color: #E42800;
}
.BgClassName
{
background-color: #E42800;
}
</style>
border-color css
<style>
span { border-color: #E42800; }
span { border-color: rgb(228,40,0); }
td.TdClassName
{
border-color: #E42800;
}
.TagClassName
{
border-color: #E42800;
}
</style>