Shades of Scarlet #E7200B
Tints of Scarlet #E7200B
RGB
CMYK
RGB Variations
Color information
#E7200B (or 0xE7200B) is known color: Scarlet. HEX triplet: E7, 20 and 0B. RGB value is (231,32,11). Sum of RGB (Red+Green+Blue) = 231+32+11=274 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.31% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 231 - color contains mainly: red. Hex color #E7200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7200B is #18DFF4. Grayscale: #595959. Windows color (decimal): -1630197 or 729319. OLE color: 729319.
HSL color Cylindrical-coordinate representation of color #E7200B: hue angle of 5.73º 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 #E7200B is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 11 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.09 |
| HSL | 5.73º | 0.91% | 0.47% | - |
| HSV(B) | 5.73º | 0.95% | 0.91% | - |
| XYZ | 33.53 | 18.05 | 2.03 | - |
| YUV | 89.11 | 83.93 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 11 | 0 | 0.86 | 0.95 | 0.09 | 5.73 | 0.91 | 0.47 |
| Hex | E7 | 20 | B | 0 | 56 | 5F | 9 | 6 | 5B | 2F |
| Octal | 347 | 40 | 13 | 0 | 126 | 137 | 11 | 6 | 133 | 57 |
| Binary | 11100111 | 100000 | 1011 | 0 | 1010110 | 1011111 | 1001 | 110 | 1011011 | 101111 |
Color Harmonies of #E7200B
Complementary color
Monochromatic Colors of #E7200B
Black with #E7200B
Text Example
Text Example
White with #E7200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7200B; }
p { color: rgb(231,32,11); }
H1.HeaderClassName
{
color: #E7200B;
}
.AnyTagClassName
{
color: #E7200B;
}
</style>
background-color css
<style>
a { background-color: #E7200B; }
a { background-color: rgb(231,32,11); }
div.DivClassName
{
background-color: #E7200B;
}
.BgClassName
{
background-color: #E7200B;
}
</style>
border-color css
<style>
span { border-color: #E7200B; }
span { border-color: rgb(231,32,11); }
td.TdClassName
{
border-color: #E7200B;
}
.TagClassName
{
border-color: #E7200B;
}
</style>