Shades of Scarlet #E42A03
Tints of Scarlet #E42A03
RGB
CMYK
RGB Variations
Color information
#E42A03 (or 0xE42A03) is known color: Scarlet. HEX triplet: E4, 2A and 03. RGB value is (228,42,3). Sum of RGB (Red+Green+Blue) = 228+42+3=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42A03 is #1BD5FC. Grayscale: #5D5D5D. Windows color (decimal): -1824253 or 207588. OLE color: 207588.
HSL color Cylindrical-coordinate representation of color #E42A03: hue angle of 10.4º degrees, saturation: 0.97, 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 #E42A03 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 42 | 3 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.11 |
| HSL | 10.4º | 0.97% | 0.45% | - |
| HSV(B) | 10.4º | 0.99% | 0.89% | - |
| XYZ | 32.84 | 18.16 | 1.86 | - |
| YUV | 93.17 | 77.12 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 42 | 3 | 0 | 0.82 | 0.99 | 0.11 | 10.4 | 0.97 | 0.45 |
| Hex | E4 | 2A | 3 | 0 | 52 | 63 | B | A | 61 | 2D |
| Octal | 344 | 52 | 3 | 0 | 122 | 143 | 13 | 12 | 141 | 55 |
| Binary | 11100100 | 101010 | 11 | 0 | 1010010 | 1100011 | 1011 | 1010 | 1100001 | 101101 |
Color Harmonies of #E42A03
Complementary color
Monochromatic Colors of #E42A03
Black with #E42A03
Text Example
Text Example
White with #E42A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42A03; }
p { color: rgb(228,42,3); }
H1.HeaderClassName
{
color: #E42A03;
}
.AnyTagClassName
{
color: #E42A03;
}
</style>
background-color css
<style>
a { background-color: #E42A03; }
a { background-color: rgb(228,42,3); }
div.DivClassName
{
background-color: #E42A03;
}
.BgClassName
{
background-color: #E42A03;
}
</style>
border-color css
<style>
span { border-color: #E42A03; }
span { border-color: rgb(228,42,3); }
td.TdClassName
{
border-color: #E42A03;
}
.TagClassName
{
border-color: #E42A03;
}
</style>