Shades of Scarlet #E7270B
Tints of Scarlet #E7270B
RGB
CMYK
RGB Variations
Color information
#E7270B (or 0xE7270B) is known color: Scarlet. HEX triplet: E7, 27 and 0B. RGB value is (231,39,11). Sum of RGB (Red+Green+Blue) = 231+39+11=281 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.21% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 231 - color contains mainly: red. Hex color #E7270B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7270B is #18D8F4. Grayscale: #5D5D5D. Windows color (decimal): -1628405 or 731111. OLE color: 731111.
HSL color Cylindrical-coordinate representation of color #E7270B: hue angle of 7.64º 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 #E7270B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 39 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.09 |
| HSL | 7.64º | 0.91% | 0.47% | - |
| HSV(B) | 7.64º | 0.95% | 0.91% | - |
| XYZ | 33.74 | 18.46 | 2.1 | - |
| YUV | 93.22 | 81.61 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 11 | 0 | 0.83 | 0.95 | 0.09 | 7.64 | 0.91 | 0.47 |
| Hex | E7 | 27 | B | 0 | 53 | 5F | 9 | 8 | 5B | 2F |
| Octal | 347 | 47 | 13 | 0 | 123 | 137 | 11 | 10 | 133 | 57 |
| Binary | 11100111 | 100111 | 1011 | 0 | 1010011 | 1011111 | 1001 | 1000 | 1011011 | 101111 |
Color Harmonies of #E7270B
Complementary color
Monochromatic Colors of #E7270B
Black with #E7270B
Text Example
Text Example
White with #E7270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7270B; }
p { color: rgb(231,39,11); }
H1.HeaderClassName
{
color: #E7270B;
}
.AnyTagClassName
{
color: #E7270B;
}
</style>
background-color css
<style>
a { background-color: #E7270B; }
a { background-color: rgb(231,39,11); }
div.DivClassName
{
background-color: #E7270B;
}
.BgClassName
{
background-color: #E7270B;
}
</style>
border-color css
<style>
span { border-color: #E7270B; }
span { border-color: rgb(231,39,11); }
td.TdClassName
{
border-color: #E7270B;
}
.TagClassName
{
border-color: #E7270B;
}
</style>