Shades of Scarlet #E5210B
Tints of Scarlet #E5210B
RGB
CMYK
RGB Variations
Color information
#E5210B (or 0xE5210B) is known color: Scarlet. HEX triplet: E5, 21 and 0B. RGB value is (229,33,11). Sum of RGB (Red+Green+Blue) = 229+33+11=273 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.88% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 229 - color contains mainly: red. Hex color #E5210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5210B is #1ADEF4. Grayscale: #595959. Windows color (decimal): -1761013 or 729573. OLE color: 729573.
HSL color Cylindrical-coordinate representation of color #E5210B: hue angle of 6.06º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5210B is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 11 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.10 |
| HSL | 6.06º | 0.91% | 0.47% | - |
| HSV(B) | 6.06º | 0.95% | 0.9% | - |
| XYZ | 32.92 | 17.77 | 2.01 | - |
| YUV | 89.1 | 83.93 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 11 | 0 | 0.86 | 0.95 | 0.10 | 6.06 | 0.91 | 0.47 |
| Hex | E5 | 21 | B | 0 | 56 | 5F | A | 6 | 5B | 2F |
| Octal | 345 | 41 | 13 | 0 | 126 | 137 | 12 | 6 | 133 | 57 |
| Binary | 11100101 | 100001 | 1011 | 0 | 1010110 | 1011111 | 1010 | 110 | 1011011 | 101111 |
Color Harmonies of #E5210B
Complementary color
Monochromatic Colors of #E5210B
Black with #E5210B
Text Example
Text Example
White with #E5210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5210B; }
p { color: rgb(229,33,11); }
H1.HeaderClassName
{
color: #E5210B;
}
.AnyTagClassName
{
color: #E5210B;
}
</style>
background-color css
<style>
a { background-color: #E5210B; }
a { background-color: rgb(229,33,11); }
div.DivClassName
{
background-color: #E5210B;
}
.BgClassName
{
background-color: #E5210B;
}
</style>
border-color css
<style>
span { border-color: #E5210B; }
span { border-color: rgb(229,33,11); }
td.TdClassName
{
border-color: #E5210B;
}
.TagClassName
{
border-color: #E5210B;
}
</style>