Shades of Scarlet #E61816
Tints of Scarlet #E61816
RGB
CMYK
RGB Variations
Color information
#E61816 (or 0xE61816) is known color: Scarlet. HEX triplet: E6, 18 and 16. RGB value is (230,24,22). Sum of RGB (Red+Green+Blue) = 230+24+22=276 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.33% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 230 - color contains mainly: red. Hex color #E61816 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61816 is #19E7E9. Grayscale: #555555. Windows color (decimal): -1697770 or 1448166. OLE color: 1448166.
HSL color Cylindrical-coordinate representation of color #E61816: hue angle of 0.58º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61816 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 22 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.10 |
| HSL | 0.58º | 0.83% | 0.49% | - |
| HSV(B) | 0.58º | 0.9% | 0.9% | - |
| XYZ | 33.1 | 17.53 | 2.4 | - |
| YUV | 85.37 | 92.25 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 22 | 0 | 0.90 | 0.90 | 0.10 | 0.58 | 0.83 | 0.49 |
| Hex | E6 | 18 | 16 | 0 | 5A | 5A | A | 1 | 53 | 31 |
| Octal | 346 | 30 | 26 | 0 | 132 | 132 | 12 | 1 | 123 | 61 |
| Binary | 11100110 | 11000 | 10110 | 0 | 1011010 | 1011010 | 1010 | 1 | 1010011 | 110001 |
Color Harmonies of #E61816
Complementary color
Monochromatic Colors of #E61816
Black with #E61816
Text Example
Text Example
White with #E61816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61816; }
p { color: rgb(230,24,22); }
H1.HeaderClassName
{
color: #E61816;
}
.AnyTagClassName
{
color: #E61816;
}
</style>
background-color css
<style>
a { background-color: #E61816; }
a { background-color: rgb(230,24,22); }
div.DivClassName
{
background-color: #E61816;
}
.BgClassName
{
background-color: #E61816;
}
</style>
border-color css
<style>
span { border-color: #E61816; }
span { border-color: rgb(230,24,22); }
td.TdClassName
{
border-color: #E61816;
}
.TagClassName
{
border-color: #E61816;
}
</style>