Shades of Scarlett #8C152C
Tints of Scarlett #8C152C
RGB
CMYK
RGB Variations
Color information
#8C152C (or 0x8C152C) is known color: Scarlett. HEX triplet: 8C, 15 and 2C. RGB value is (140,21,44). Sum of RGB (Red+Green+Blue) = 140+21+44=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C152C is #73EAD3. Grayscale: #3B3B3B. Windows color (decimal): -7596756 or 2889100. OLE color: 2889100.
HSL color Cylindrical-coordinate representation of color #8C152C: hue angle of 348.4º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C152C is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 44 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.45 |
| HSL | 348.4º | 0.74% | 0.32% | - |
| HSV(B) | 348.4º | 0.85% | 0.55% | - |
| XYZ | 11.54 | 6.29 | 2.99 | - |
| YUV | 59.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 44 | 0 | 0.85 | 0.69 | 0.45 | 348.4 | 0.74 | 0.32 |
| Hex | 8C | 15 | 2C | 0 | 55 | 45 | 2D | 15C | 4A | 20 |
| Octal | 214 | 25 | 54 | 0 | 125 | 105 | 55 | 534 | 112 | 40 |
| Binary | 10001100 | 10101 | 101100 | 0 | 1010101 | 1000101 | 101101 | 101011100 | 1001010 | 100000 |
Color Harmonies of #8C152C
Complementary color
Monochromatic Colors of #8C152C
Black with #8C152C
Text Example
Text Example
White with #8C152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C152C; }
p { color: rgb(140,21,44); }
H1.HeaderClassName
{
color: #8C152C;
}
.AnyTagClassName
{
color: #8C152C;
}
</style>
background-color css
<style>
a { background-color: #8C152C; }
a { background-color: rgb(140,21,44); }
div.DivClassName
{
background-color: #8C152C;
}
.BgClassName
{
background-color: #8C152C;
}
</style>
border-color css
<style>
span { border-color: #8C152C; }
span { border-color: rgb(140,21,44); }
td.TdClassName
{
border-color: #8C152C;
}
.TagClassName
{
border-color: #8C152C;
}
</style>