Shades of Scarlet #E7201B
Tints of Scarlet #E7201B
RGB
CMYK
RGB Variations
Color information
#E7201B (or 0xE7201B) is known color: Scarlet. HEX triplet: E7, 20 and 1B. RGB value is (231,32,27). Sum of RGB (Red+Green+Blue) = 231+32+27=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E7201B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7201B is #18DFE4. Grayscale: #5B5B5B. Windows color (decimal): -1630181 or 1777895. OLE color: 1777895.
HSL color Cylindrical-coordinate representation of color #E7201B: hue angle of 1.47º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7201B is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 27 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.09 |
| HSL | 1.47º | 0.81% | 0.51% | - |
| HSV(B) | 1.47º | 0.88% | 0.91% | - |
| XYZ | 33.67 | 18.1 | 2.76 | - |
| YUV | 90.93 | 91.93 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 27 | 0 | 0.86 | 0.88 | 0.09 | 1.47 | 0.81 | 0.51 |
| Hex | E7 | 20 | 1B | 0 | 56 | 58 | 9 | 1 | 51 | 33 |
| Octal | 347 | 40 | 33 | 0 | 126 | 130 | 11 | 1 | 121 | 63 |
| Binary | 11100111 | 100000 | 11011 | 0 | 1010110 | 1011000 | 1001 | 1 | 1010001 | 110011 |
Color Harmonies of #E7201B
Complementary color
Monochromatic Colors of #E7201B
Black with #E7201B
Text Example
Text Example
White with #E7201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7201B; }
p { color: rgb(231,32,27); }
H1.HeaderClassName
{
color: #E7201B;
}
.AnyTagClassName
{
color: #E7201B;
}
</style>
background-color css
<style>
a { background-color: #E7201B; }
a { background-color: rgb(231,32,27); }
div.DivClassName
{
background-color: #E7201B;
}
.BgClassName
{
background-color: #E7201B;
}
</style>
border-color css
<style>
span { border-color: #E7201B; }
span { border-color: rgb(231,32,27); }
td.TdClassName
{
border-color: #E7201B;
}
.TagClassName
{
border-color: #E7201B;
}
</style>