Shades of Scarlet #E31E0F
Tints of Scarlet #E31E0F
RGB
CMYK
RGB Variations
Color information
#E31E0F (or 0xE31E0F) is known color: Scarlet. HEX triplet: E3, 1E and 0F. RGB value is (227,30,15). Sum of RGB (Red+Green+Blue) = 227+30+15=272 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.46% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 227 - color contains mainly: red. Hex color #E31E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E31E0F is #1CE1F0. Grayscale: #575757. Windows color (decimal): -1892849 or 990947. OLE color: 990947.
HSL color Cylindrical-coordinate representation of color #E31E0F: hue angle of 4.25º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31E0F is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 30 | 15 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.11 |
| HSL | 4.25º | 0.88% | 0.47% | - |
| HSV(B) | 4.25º | 0.93% | 0.89% | - |
| XYZ | 32.23 | 17.29 | 2.09 | - |
| YUV | 87.19 | 87.27 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 30 | 15 | 0 | 0.87 | 0.93 | 0.11 | 4.25 | 0.88 | 0.47 |
| Hex | E3 | 1E | F | 0 | 57 | 5D | B | 4 | 58 | 2F |
| Octal | 343 | 36 | 17 | 0 | 127 | 135 | 13 | 4 | 130 | 57 |
| Binary | 11100011 | 11110 | 1111 | 0 | 1010111 | 1011101 | 1011 | 100 | 1011000 | 101111 |
Color Harmonies of #E31E0F
Complementary color
Monochromatic Colors of #E31E0F
Black with #E31E0F
Text Example
Text Example
White with #E31E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31E0F; }
p { color: rgb(227,30,15); }
H1.HeaderClassName
{
color: #E31E0F;
}
.AnyTagClassName
{
color: #E31E0F;
}
</style>
background-color css
<style>
a { background-color: #E31E0F; }
a { background-color: rgb(227,30,15); }
div.DivClassName
{
background-color: #E31E0F;
}
.BgClassName
{
background-color: #E31E0F;
}
</style>
border-color css
<style>
span { border-color: #E31E0F; }
span { border-color: rgb(227,30,15); }
td.TdClassName
{
border-color: #E31E0F;
}
.TagClassName
{
border-color: #E31E0F;
}
</style>