Shades of Scarlet #E42400
Tints of Scarlet #E42400
RGB
CMYK
RGB Variations
Color information
#E42400 (or 0xE42400) is known color: Scarlet. HEX triplet: E4, 24 and 00. RGB value is (228,36,0). Sum of RGB (Red+Green+Blue) = 228+36+0=264 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.36% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 228 - color contains mainly: red. Hex color #E42400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42400 is #1BDBFF. Grayscale: #595959. Windows color (decimal): -1825792 or 9444. OLE color: 9444.
HSL color Cylindrical-coordinate representation of color #E42400: hue angle of 9.47º 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 #E42400 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.11 |
| HSL | 9.47º | 1% | 0.45% | - |
| HSV(B) | 9.47º | 1% | 0.89% | - |
| XYZ | 32.63 | 17.76 | 1.71 | - |
| YUV | 89.3 | 77.61 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 0 | 0 | 0.84 | 1 | 0.11 | 9.47 | 1 | 0.45 |
| Hex | E4 | 24 | 0 | 0 | 54 | 64 | B | 9 | 64 | 2D |
| Octal | 344 | 44 | 0 | 0 | 124 | 144 | 13 | 11 | 144 | 55 |
| Binary | 11100100 | 100100 | 0 | 0 | 1010100 | 1100100 | 1011 | 1001 | 1100100 | 101101 |
Color Harmonies of #E42400
Complementary color
Monochromatic Colors of #E42400
Black with #E42400
Text Example
Text Example
White with #E42400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42400; }
p { color: rgb(228,36,0); }
H1.HeaderClassName
{
color: #E42400;
}
.AnyTagClassName
{
color: #E42400;
}
</style>
background-color css
<style>
a { background-color: #E42400; }
a { background-color: rgb(228,36,0); }
div.DivClassName
{
background-color: #E42400;
}
.BgClassName
{
background-color: #E42400;
}
</style>
border-color css
<style>
span { border-color: #E42400; }
span { border-color: rgb(228,36,0); }
td.TdClassName
{
border-color: #E42400;
}
.TagClassName
{
border-color: #E42400;
}
</style>