Shades of Scarlett #8C132E
Tints of Scarlett #8C132E
RGB
CMYK
RGB Variations
Color information
#8C132E (or 0x8C132E) is known color: Scarlett. HEX triplet: 8C, 13 and 2E. RGB value is (140,19,46). Sum of RGB (Red+Green+Blue) = 140+19+46=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C132E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C132E is #73ECD1. Grayscale: #3A3A3A. Windows color (decimal): -7597266 or 3019660. OLE color: 3019660.
HSL color Cylindrical-coordinate representation of color #8C132E: hue angle of 346.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C132E is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 19 | 46 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.45 |
| HSL | 346.61º | 0.76% | 0.31% | - |
| HSV(B) | 346.61º | 0.86% | 0.55% | - |
| XYZ | 11.54 | 6.24 | 3.18 | - |
| YUV | 58.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 46 | 0 | 0.86 | 0.67 | 0.45 | 346.61 | 0.76 | 0.31 |
| Hex | 8C | 13 | 2E | 0 | 56 | 43 | 2D | 15B | 4C | 1F |
| Octal | 214 | 23 | 56 | 0 | 126 | 103 | 55 | 533 | 114 | 37 |
| Binary | 10001100 | 10011 | 101110 | 0 | 1010110 | 1000011 | 101101 | 101011011 | 1001100 | 11111 |
Color Harmonies of #8C132E
Complementary color
Monochromatic Colors of #8C132E
Black with #8C132E
Text Example
Text Example
White with #8C132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C132E; }
p { color: rgb(140,19,46); }
H1.HeaderClassName
{
color: #8C132E;
}
.AnyTagClassName
{
color: #8C132E;
}
</style>
background-color css
<style>
a { background-color: #8C132E; }
a { background-color: rgb(140,19,46); }
div.DivClassName
{
background-color: #8C132E;
}
.BgClassName
{
background-color: #8C132E;
}
</style>
border-color css
<style>
span { border-color: #8C132E; }
span { border-color: rgb(140,19,46); }
td.TdClassName
{
border-color: #8C132E;
}
.TagClassName
{
border-color: #8C132E;
}
</style>