Shades of Scarlet #E41C03
Tints of Scarlet #E41C03
RGB
CMYK
RGB Variations
Color information
#E41C03 (or 0xE41C03) is known color: Scarlet. HEX triplet: E4, 1C and 03. RGB value is (228,28,3). Sum of RGB (Red+Green+Blue) = 228+28+3=259 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.03% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E41C03 is #1BE3FC. Grayscale: #555555. Windows color (decimal): -1827837 or 204004. OLE color: 204004.
HSL color Cylindrical-coordinate representation of color #E41C03: hue angle of 6.67º 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 #E41C03 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 3 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.11 |
| HSL | 6.67º | 0.97% | 0.45% | - |
| HSV(B) | 6.67º | 0.99% | 0.89% | - |
| XYZ | 32.43 | 17.33 | 1.72 | - |
| YUV | 84.95 | 81.76 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 3 | 0 | 0.88 | 0.99 | 0.11 | 6.67 | 0.97 | 0.45 |
| Hex | E4 | 1C | 3 | 0 | 58 | 63 | B | 7 | 61 | 2D |
| Octal | 344 | 34 | 3 | 0 | 130 | 143 | 13 | 7 | 141 | 55 |
| Binary | 11100100 | 11100 | 11 | 0 | 1011000 | 1100011 | 1011 | 111 | 1100001 | 101101 |
Color Harmonies of #E41C03
Complementary color
Monochromatic Colors of #E41C03
Black with #E41C03
Text Example
Text Example
White with #E41C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41C03; }
p { color: rgb(228,28,3); }
H1.HeaderClassName
{
color: #E41C03;
}
.AnyTagClassName
{
color: #E41C03;
}
</style>
background-color css
<style>
a { background-color: #E41C03; }
a { background-color: rgb(228,28,3); }
div.DivClassName
{
background-color: #E41C03;
}
.BgClassName
{
background-color: #E41C03;
}
</style>
border-color css
<style>
span { border-color: #E41C03; }
span { border-color: rgb(228,28,3); }
td.TdClassName
{
border-color: #E41C03;
}
.TagClassName
{
border-color: #E41C03;
}
</style>