Shades of Scarlet #E5270B
Tints of Scarlet #E5270B
RGB
CMYK
RGB Variations
Color information
#E5270B (or 0xE5270B) is known color: Scarlet. HEX triplet: E5, 27 and 0B. RGB value is (229,39,11). Sum of RGB (Red+Green+Blue) = 229+39+11=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E5270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5270B is #1AD8F4. Grayscale: #5C5C5C. Windows color (decimal): -1759477 or 731109. OLE color: 731109.
HSL color Cylindrical-coordinate representation of color #E5270B: hue angle of 7.71º 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 #E5270B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.10 |
| HSL | 7.71º | 0.91% | 0.47% | - |
| HSV(B) | 7.71º | 0.95% | 0.9% | - |
| XYZ | 33.1 | 18.13 | 2.07 | - |
| YUV | 92.62 | 81.95 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 11 | 0 | 0.83 | 0.95 | 0.10 | 7.71 | 0.91 | 0.47 |
| Hex | E5 | 27 | B | 0 | 53 | 5F | A | 8 | 5B | 2F |
| Octal | 345 | 47 | 13 | 0 | 123 | 137 | 12 | 10 | 133 | 57 |
| Binary | 11100101 | 100111 | 1011 | 0 | 1010011 | 1011111 | 1010 | 1000 | 1011011 | 101111 |
Color Harmonies of #E5270B
Complementary color
Monochromatic Colors of #E5270B
Black with #E5270B
Text Example
Text Example
White with #E5270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5270B; }
p { color: rgb(229,39,11); }
H1.HeaderClassName
{
color: #E5270B;
}
.AnyTagClassName
{
color: #E5270B;
}
</style>
background-color css
<style>
a { background-color: #E5270B; }
a { background-color: rgb(229,39,11); }
div.DivClassName
{
background-color: #E5270B;
}
.BgClassName
{
background-color: #E5270B;
}
</style>
border-color css
<style>
span { border-color: #E5270B; }
span { border-color: rgb(229,39,11); }
td.TdClassName
{
border-color: #E5270B;
}
.TagClassName
{
border-color: #E5270B;
}
</style>