Shades of Scarlet #E41D08
Tints of Scarlet #E41D08
RGB
CMYK
RGB Variations
Color information
#E41D08 (or 0xE41D08) is known color: Scarlet. HEX triplet: E4, 1D and 08. RGB value is (228,29,8). Sum of RGB (Red+Green+Blue) = 228+29+8=265 (35% of max value = 765). Red value is 228 (89.45% from 255 or 86.04% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E41D08 is #1BE2F7. Grayscale: #565656. Windows color (decimal): -1827576 or 531940. OLE color: 531940.
HSL color Cylindrical-coordinate representation of color #E41D08: hue angle of 5.73º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E41D08 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.11 |
| HSL | 5.73º | 0.93% | 0.46% | - |
| HSV(B) | 5.73º | 0.96% | 0.89% | - |
| XYZ | 32.48 | 17.39 | 1.87 | - |
| YUV | 86.11 | 83.93 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 8 | 0 | 0.87 | 0.96 | 0.11 | 5.73 | 0.93 | 0.46 |
| Hex | E4 | 1D | 8 | 0 | 57 | 60 | B | 6 | 5D | 2E |
| Octal | 344 | 35 | 10 | 0 | 127 | 140 | 13 | 6 | 135 | 56 |
| Binary | 11100100 | 11101 | 1000 | 0 | 1010111 | 1100000 | 1011 | 110 | 1011101 | 101110 |
Color Harmonies of #E41D08
Complementary color
Monochromatic Colors of #E41D08
Black with #E41D08
Text Example
Text Example
White with #E41D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D08; }
p { color: rgb(228,29,8); }
H1.HeaderClassName
{
color: #E41D08;
}
.AnyTagClassName
{
color: #E41D08;
}
</style>
background-color css
<style>
a { background-color: #E41D08; }
a { background-color: rgb(228,29,8); }
div.DivClassName
{
background-color: #E41D08;
}
.BgClassName
{
background-color: #E41D08;
}
</style>
border-color css
<style>
span { border-color: #E41D08; }
span { border-color: rgb(228,29,8); }
td.TdClassName
{
border-color: #E41D08;
}
.TagClassName
{
border-color: #E41D08;
}
</style>