Shades of Scarlet #E1210B
Tints of Scarlet #E1210B
RGB
CMYK
RGB Variations
Color information
#E1210B (or 0xE1210B) is known color: Scarlet. HEX triplet: E1, 21 and 0B. RGB value is (225,33,11). Sum of RGB (Red+Green+Blue) = 225+33+11=269 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.64% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 225 - color contains mainly: red. Hex color #E1210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1210B is #1EDEF4. Grayscale: #585858. Windows color (decimal): -2023157 or 729569. OLE color: 729569.
HSL color Cylindrical-coordinate representation of color #E1210B: hue angle of 6.17º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1210B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.12 |
| HSL | 6.17º | 0.91% | 0.46% | - |
| HSV(B) | 6.17º | 0.95% | 0.88% | - |
| XYZ | 31.66 | 17.12 | 1.95 | - |
| YUV | 87.9 | 84.61 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 11 | 0 | 0.85 | 0.95 | 0.12 | 6.17 | 0.91 | 0.46 |
| Hex | E1 | 21 | B | 0 | 55 | 5F | C | 6 | 5B | 2E |
| Octal | 341 | 41 | 13 | 0 | 125 | 137 | 14 | 6 | 133 | 56 |
| Binary | 11100001 | 100001 | 1011 | 0 | 1010101 | 1011111 | 1100 | 110 | 1011011 | 101110 |
Color Harmonies of #E1210B
Complementary color
Monochromatic Colors of #E1210B
Black with #E1210B
Text Example
Text Example
White with #E1210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1210B; }
p { color: rgb(225,33,11); }
H1.HeaderClassName
{
color: #E1210B;
}
.AnyTagClassName
{
color: #E1210B;
}
</style>
background-color css
<style>
a { background-color: #E1210B; }
a { background-color: rgb(225,33,11); }
div.DivClassName
{
background-color: #E1210B;
}
.BgClassName
{
background-color: #E1210B;
}
</style>
border-color css
<style>
span { border-color: #E1210B; }
span { border-color: rgb(225,33,11); }
td.TdClassName
{
border-color: #E1210B;
}
.TagClassName
{
border-color: #E1210B;
}
</style>