Shades of Scarlet #E6180D
Tints of Scarlet #E6180D
RGB
CMYK
RGB Variations
Color information
#E6180D (or 0xE6180D) is known color: Scarlet. HEX triplet: E6, 18 and 0D. RGB value is (230,24,13). Sum of RGB (Red+Green+Blue) = 230+24+13=267 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.14% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 230 - color contains mainly: red. Hex color #E6180D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6180D is #19E7F2. Grayscale: #545454. Windows color (decimal): -1697779 or 858342. OLE color: 858342.
HSL color Cylindrical-coordinate representation of color #E6180D: hue angle of 3.04º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6180D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.10 |
| HSL | 3.04º | 0.89% | 0.48% | - |
| HSV(B) | 3.04º | 0.94% | 0.9% | - |
| XYZ | 33.03 | 17.51 | 2.02 | - |
| YUV | 84.34 | 87.75 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 13 | 0 | 0.90 | 0.94 | 0.10 | 3.04 | 0.89 | 0.48 |
| Hex | E6 | 18 | D | 0 | 5A | 5E | A | 3 | 59 | 30 |
| Octal | 346 | 30 | 15 | 0 | 132 | 136 | 12 | 3 | 131 | 60 |
| Binary | 11100110 | 11000 | 1101 | 0 | 1011010 | 1011110 | 1010 | 11 | 1011001 | 110000 |
Color Harmonies of #E6180D
Complementary color
Monochromatic Colors of #E6180D
Black with #E6180D
Text Example
Text Example
White with #E6180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6180D; }
p { color: rgb(230,24,13); }
H1.HeaderClassName
{
color: #E6180D;
}
.AnyTagClassName
{
color: #E6180D;
}
</style>
background-color css
<style>
a { background-color: #E6180D; }
a { background-color: rgb(230,24,13); }
div.DivClassName
{
background-color: #E6180D;
}
.BgClassName
{
background-color: #E6180D;
}
</style>
border-color css
<style>
span { border-color: #E6180D; }
span { border-color: rgb(230,24,13); }
td.TdClassName
{
border-color: #E6180D;
}
.TagClassName
{
border-color: #E6180D;
}
</style>