Shades of Scarlet #E42C01
Tints of Scarlet #E42C01
RGB
CMYK
RGB Variations
Color information
#E42C01 (or 0xE42C01) is known color: Scarlet. HEX triplet: E4, 2C and 01. RGB value is (228,44,1). Sum of RGB (Red+Green+Blue) = 228+44+1=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42C01 is #1BD3FE. Grayscale: #5E5E5E. Windows color (decimal): -1823743 or 77028. OLE color: 77028.
HSL color Cylindrical-coordinate representation of color #E42C01: hue angle of 11.37º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E42C01 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 1 | - |
| CMYK | 0 | 0.81 | 1.00 | 0.11 |
| HSL | 11.37º | 0.99% | 0.45% | - |
| HSV(B) | 11.37º | 1% | 0.89% | - |
| XYZ | 32.9 | 18.3 | 1.83 | - |
| YUV | 94.11 | 75.46 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 1 | 0 | 0.81 | 1.00 | 0.11 | 11.37 | 0.99 | 0.45 |
| Hex | E4 | 2C | 1 | 0 | 51 | 64 | B | B | 63 | 2D |
| Octal | 344 | 54 | 1 | 0 | 121 | 144 | 13 | 13 | 143 | 55 |
| Binary | 11100100 | 101100 | 1 | 0 | 1010001 | 1100100 | 1011 | 1011 | 1100011 | 101101 |
Color Harmonies of #E42C01
Complementary color
Monochromatic Colors of #E42C01
Black with #E42C01
Text Example
Text Example
White with #E42C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42C01; }
p { color: rgb(228,44,1); }
H1.HeaderClassName
{
color: #E42C01;
}
.AnyTagClassName
{
color: #E42C01;
}
</style>
background-color css
<style>
a { background-color: #E42C01; }
a { background-color: rgb(228,44,1); }
div.DivClassName
{
background-color: #E42C01;
}
.BgClassName
{
background-color: #E42C01;
}
</style>
border-color css
<style>
span { border-color: #E42C01; }
span { border-color: rgb(228,44,1); }
td.TdClassName
{
border-color: #E42C01;
}
.TagClassName
{
border-color: #E42C01;
}
</style>