Shades of Scarlet #E71B0B
Tints of Scarlet #E71B0B
RGB
CMYK
RGB Variations
Color information
#E71B0B (or 0xE71B0B) is known color: Scarlet. HEX triplet: E7, 1B and 0B. RGB value is (231,27,11). Sum of RGB (Red+Green+Blue) = 231+27+11=269 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.87% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71B0B is #18E4F4. Grayscale: #565656. Windows color (decimal): -1631477 or 728039. OLE color: 728039.
HSL color Cylindrical-coordinate representation of color #E71B0B: hue angle of 4.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E71B0B is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 11 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.09 |
| HSL | 4.36º | 0.91% | 0.47% | - |
| HSV(B) | 4.36º | 0.95% | 0.91% | - |
| XYZ | 33.41 | 17.8 | 1.99 | - |
| YUV | 86.17 | 85.59 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 11 | 0 | 0.88 | 0.95 | 0.09 | 4.36 | 0.91 | 0.47 |
| Hex | E7 | 1B | B | 0 | 58 | 5F | 9 | 4 | 5B | 2F |
| Octal | 347 | 33 | 13 | 0 | 130 | 137 | 11 | 4 | 133 | 57 |
| Binary | 11100111 | 11011 | 1011 | 0 | 1011000 | 1011111 | 1001 | 100 | 1011011 | 101111 |
Color Harmonies of #E71B0B
Complementary color
Monochromatic Colors of #E71B0B
Black with #E71B0B
Text Example
Text Example
White with #E71B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71B0B; }
p { color: rgb(231,27,11); }
H1.HeaderClassName
{
color: #E71B0B;
}
.AnyTagClassName
{
color: #E71B0B;
}
</style>
background-color css
<style>
a { background-color: #E71B0B; }
a { background-color: rgb(231,27,11); }
div.DivClassName
{
background-color: #E71B0B;
}
.BgClassName
{
background-color: #E71B0B;
}
</style>
border-color css
<style>
span { border-color: #E71B0B; }
span { border-color: rgb(231,27,11); }
td.TdClassName
{
border-color: #E71B0B;
}
.TagClassName
{
border-color: #E71B0B;
}
</style>