Shades of Scarlet #E6180B
Tints of Scarlet #E6180B
RGB
CMYK
RGB Variations
Color information
#E6180B (or 0xE6180B) is known color: Scarlet. HEX triplet: E6, 18 and 0B. RGB value is (230,24,11). Sum of RGB (Red+Green+Blue) = 230+24+11=265 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.79% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 230 - color contains mainly: red. Hex color #E6180B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6180B is #19E7F4. Grayscale: #545454. Windows color (decimal): -1697781 or 727270. OLE color: 727270.
HSL color Cylindrical-coordinate representation of color #E6180B: hue angle of 3.56º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6180B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.10 |
| HSL | 3.56º | 0.91% | 0.47% | - |
| HSV(B) | 3.56º | 0.95% | 0.9% | - |
| XYZ | 33.02 | 17.5 | 1.95 | - |
| YUV | 84.11 | 86.75 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 11 | 0 | 0.90 | 0.95 | 0.10 | 3.56 | 0.91 | 0.47 |
| Hex | E6 | 18 | B | 0 | 5A | 5F | A | 4 | 5B | 2F |
| Octal | 346 | 30 | 13 | 0 | 132 | 137 | 12 | 4 | 133 | 57 |
| Binary | 11100110 | 11000 | 1011 | 0 | 1011010 | 1011111 | 1010 | 100 | 1011011 | 101111 |
Color Harmonies of #E6180B
Complementary color
Monochromatic Colors of #E6180B
Black with #E6180B
Text Example
Text Example
White with #E6180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6180B; }
p { color: rgb(230,24,11); }
H1.HeaderClassName
{
color: #E6180B;
}
.AnyTagClassName
{
color: #E6180B;
}
</style>
background-color css
<style>
a { background-color: #E6180B; }
a { background-color: rgb(230,24,11); }
div.DivClassName
{
background-color: #E6180B;
}
.BgClassName
{
background-color: #E6180B;
}
</style>
border-color css
<style>
span { border-color: #E6180B; }
span { border-color: rgb(230,24,11); }
td.TdClassName
{
border-color: #E6180B;
}
.TagClassName
{
border-color: #E6180B;
}
</style>