Shades of Scarlet #E42C03
Tints of Scarlet #E42C03
RGB
CMYK
RGB Variations
Color information
#E42C03 (or 0xE42C03) is known color: Scarlet. HEX triplet: E4, 2C and 03. RGB value is (228,44,3). Sum of RGB (Red+Green+Blue) = 228+44+3=275 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.91% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42C03 is #1BD3FC. Grayscale: #5E5E5E. Windows color (decimal): -1823741 or 208100. OLE color: 208100.
HSL color Cylindrical-coordinate representation of color #E42C03: hue angle of 10.93º 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 #E42C03 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.11 |
| HSL | 10.93º | 0.97% | 0.45% | - |
| HSV(B) | 10.93º | 0.99% | 0.89% | - |
| XYZ | 32.91 | 18.3 | 1.88 | - |
| YUV | 94.34 | 76.46 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 3 | 0 | 0.81 | 0.99 | 0.11 | 10.93 | 0.97 | 0.45 |
| Hex | E4 | 2C | 3 | 0 | 51 | 63 | B | B | 61 | 2D |
| Octal | 344 | 54 | 3 | 0 | 121 | 143 | 13 | 13 | 141 | 55 |
| Binary | 11100100 | 101100 | 11 | 0 | 1010001 | 1100011 | 1011 | 1011 | 1100001 | 101101 |
Color Harmonies of #E42C03
Complementary color
Monochromatic Colors of #E42C03
Black with #E42C03
Text Example
Text Example
White with #E42C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42C03; }
p { color: rgb(228,44,3); }
H1.HeaderClassName
{
color: #E42C03;
}
.AnyTagClassName
{
color: #E42C03;
}
</style>
background-color css
<style>
a { background-color: #E42C03; }
a { background-color: rgb(228,44,3); }
div.DivClassName
{
background-color: #E42C03;
}
.BgClassName
{
background-color: #E42C03;
}
</style>
border-color css
<style>
span { border-color: #E42C03; }
span { border-color: rgb(228,44,3); }
td.TdClassName
{
border-color: #E42C03;
}
.TagClassName
{
border-color: #E42C03;
}
</style>