Shades of Scarlet #E61616
Tints of Scarlet #E61616
RGB
CMYK
RGB Variations
Color information
#E61616 (or 0xE61616) is known color: Scarlet. HEX triplet: E6, 16 and 16. RGB value is (230,22,22). Sum of RGB (Red+Green+Blue) = 230+22+22=274 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.94% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 230 - color contains mainly: red. Hex color #E61616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61616 is #19E9E9. Grayscale: #545454. Windows color (decimal): -1698282 or 1447654. OLE color: 1447654.
HSL color Cylindrical-coordinate representation of color #E61616: hue angle of 0º 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 #E61616 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 22 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.10 |
| HSL | 0º | 0.83% | 0.49% | - |
| HSV(B) | 0º | 0.9% | 0.9% | - |
| XYZ | 33.06 | 17.45 | 2.39 | - |
| YUV | 84.19 | 92.91 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 22 | 0 | 0.90 | 0.90 | 0.10 | 0 | 0.83 | 0.49 |
| Hex | E6 | 16 | 16 | 0 | 5A | 5A | A | 0 | 53 | 31 |
| Octal | 346 | 26 | 26 | 0 | 132 | 132 | 12 | 0 | 123 | 61 |
| Binary | 11100110 | 10110 | 10110 | 0 | 1011010 | 1011010 | 1010 | 0 | 1010011 | 110001 |
Color Harmonies of #E61616
Complementary color
Monochromatic Colors of #E61616
Black with #E61616
Text Example
Text Example
White with #E61616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61616; }
p { color: rgb(230,22,22); }
H1.HeaderClassName
{
color: #E61616;
}
.AnyTagClassName
{
color: #E61616;
}
</style>
background-color css
<style>
a { background-color: #E61616; }
a { background-color: rgb(230,22,22); }
div.DivClassName
{
background-color: #E61616;
}
.BgClassName
{
background-color: #E61616;
}
</style>
border-color css
<style>
span { border-color: #E61616; }
span { border-color: rgb(230,22,22); }
td.TdClassName
{
border-color: #E61616;
}
.TagClassName
{
border-color: #E61616;
}
</style>