Shades of Scarlet #E31817
Tints of Scarlet #E31817
RGB
CMYK
RGB Variations
Color information
#E31817 (or 0xE31817) is known color: Scarlet. HEX triplet: E3, 18 and 17. RGB value is (227,24,23). Sum of RGB (Red+Green+Blue) = 227+24+23=274 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.85% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 227 - color contains mainly: red. Hex color #E31817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31817 is #1CE7E8. Grayscale: #545454. Windows color (decimal): -1894377 or 1513699. OLE color: 1513699.
HSL color Cylindrical-coordinate representation of color #E31817: hue angle of 0.29º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31817 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 23 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.11 |
| HSL | 0.29º | 0.82% | 0.49% | - |
| HSV(B) | 0.29º | 0.9% | 0.89% | - |
| XYZ | 32.16 | 17.05 | 2.41 | - |
| YUV | 84.58 | 93.25 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 23 | 0 | 0.89 | 0.90 | 0.11 | 0.29 | 0.82 | 0.49 |
| Hex | E3 | 18 | 17 | 0 | 59 | 5A | B | 0 | 52 | 31 |
| Octal | 343 | 30 | 27 | 0 | 131 | 132 | 13 | 0 | 122 | 61 |
| Binary | 11100011 | 11000 | 10111 | 0 | 1011001 | 1011010 | 1011 | 0 | 1010010 | 110001 |
Color Harmonies of #E31817
Complementary color
Monochromatic Colors of #E31817
Black with #E31817
Text Example
Text Example
White with #E31817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31817; }
p { color: rgb(227,24,23); }
H1.HeaderClassName
{
color: #E31817;
}
.AnyTagClassName
{
color: #E31817;
}
</style>
background-color css
<style>
a { background-color: #E31817; }
a { background-color: rgb(227,24,23); }
div.DivClassName
{
background-color: #E31817;
}
.BgClassName
{
background-color: #E31817;
}
</style>
border-color css
<style>
span { border-color: #E31817; }
span { border-color: rgb(227,24,23); }
td.TdClassName
{
border-color: #E31817;
}
.TagClassName
{
border-color: #E31817;
}
</style>