Shades of Scarlet #E11D0D
Tints of Scarlet #E11D0D
RGB
CMYK
RGB Variations
Color information
#E11D0D (or 0xE11D0D) is known color: Scarlet. HEX triplet: E1, 1D and 0D. RGB value is (225,29,13). Sum of RGB (Red+Green+Blue) = 225+29+13=267 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.27% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11D0D is #1EE2F2. Grayscale: #565656. Windows color (decimal): -2024179 or 859617. OLE color: 859617.
HSL color Cylindrical-coordinate representation of color #E11D0D: hue angle of 4.53º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E11D0D is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 13 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.12 |
| HSL | 4.53º | 0.89% | 0.47% | - |
| HSV(B) | 4.53º | 0.94% | 0.88% | - |
| XYZ | 31.56 | 16.92 | 1.98 | - |
| YUV | 85.78 | 86.93 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 13 | 0 | 0.87 | 0.94 | 0.12 | 4.53 | 0.89 | 0.47 |
| Hex | E1 | 1D | D | 0 | 57 | 5E | C | 5 | 59 | 2F |
| Octal | 341 | 35 | 15 | 0 | 127 | 136 | 14 | 5 | 131 | 57 |
| Binary | 11100001 | 11101 | 1101 | 0 | 1010111 | 1011110 | 1100 | 101 | 1011001 | 101111 |
Color Harmonies of #E11D0D
Complementary color
Monochromatic Colors of #E11D0D
Black with #E11D0D
Text Example
Text Example
White with #E11D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11D0D; }
p { color: rgb(225,29,13); }
H1.HeaderClassName
{
color: #E11D0D;
}
.AnyTagClassName
{
color: #E11D0D;
}
</style>
background-color css
<style>
a { background-color: #E11D0D; }
a { background-color: rgb(225,29,13); }
div.DivClassName
{
background-color: #E11D0D;
}
.BgClassName
{
background-color: #E11D0D;
}
</style>
border-color css
<style>
span { border-color: #E11D0D; }
span { border-color: rgb(225,29,13); }
td.TdClassName
{
border-color: #E11D0D;
}
.TagClassName
{
border-color: #E11D0D;
}
</style>