Shades of Scarlet #E71C06
Tints of Scarlet #E71C06
RGB
CMYK
RGB Variations
Color information
#E71C06 (or 0xE71C06) is known color: Scarlet. HEX triplet: E7, 1C and 06. RGB value is (231,28,6). Sum of RGB (Red+Green+Blue) = 231+28+6=265 (35% of max value = 765). Red value is 231 (90.62% from 255 or 87.17% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E71C06 is #18E3F9. Grayscale: #565656. Windows color (decimal): -1631226 or 400615. OLE color: 400615.
HSL color Cylindrical-coordinate representation of color #E71C06: hue angle of 5.87º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E71C06 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 6 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.09 |
| HSL | 5.87º | 0.95% | 0.46% | - |
| HSV(B) | 5.87º | 0.97% | 0.91% | - |
| XYZ | 33.4 | 17.83 | 1.85 | - |
| YUV | 86.19 | 82.75 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 6 | 0 | 0.88 | 0.97 | 0.09 | 5.87 | 0.95 | 0.46 |
| Hex | E7 | 1C | 6 | 0 | 58 | 61 | 9 | 6 | 5F | 2E |
| Octal | 347 | 34 | 6 | 0 | 130 | 141 | 11 | 6 | 137 | 56 |
| Binary | 11100111 | 11100 | 110 | 0 | 1011000 | 1100001 | 1001 | 110 | 1011111 | 101110 |
Color Harmonies of #E71C06
Complementary color
Monochromatic Colors of #E71C06
Black with #E71C06
Text Example
Text Example
White with #E71C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71C06; }
p { color: rgb(231,28,6); }
H1.HeaderClassName
{
color: #E71C06;
}
.AnyTagClassName
{
color: #E71C06;
}
</style>
background-color css
<style>
a { background-color: #E71C06; }
a { background-color: rgb(231,28,6); }
div.DivClassName
{
background-color: #E71C06;
}
.BgClassName
{
background-color: #E71C06;
}
</style>
border-color css
<style>
span { border-color: #E71C06; }
span { border-color: rgb(231,28,6); }
td.TdClassName
{
border-color: #E71C06;
}
.TagClassName
{
border-color: #E71C06;
}
</style>