Shades of Scarlett #8C122F
Tints of Scarlett #8C122F
RGB
CMYK
RGB Variations
Color information
#8C122F (or 0x8C122F) is known color: Scarlett. HEX triplet: 8C, 12 and 2F. RGB value is (140,18,47). Sum of RGB (Red+Green+Blue) = 140+18+47=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C122F is #73EDD0. Grayscale: #393939. Windows color (decimal): -7597521 or 3084940. OLE color: 3084940.
HSL color Cylindrical-coordinate representation of color #8C122F: hue angle of 345.74º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C122F is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 18 | 47 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.45 |
| HSL | 345.74º | 0.77% | 0.31% | - |
| HSV(B) | 345.74º | 0.87% | 0.55% | - |
| XYZ | 11.54 | 6.21 | 3.28 | - |
| YUV | 57.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 47 | 0 | 0.87 | 0.66 | 0.45 | 345.74 | 0.77 | 0.31 |
| Hex | 8C | 12 | 2F | 0 | 57 | 42 | 2D | 15A | 4D | 1F |
| Octal | 214 | 22 | 57 | 0 | 127 | 102 | 55 | 532 | 115 | 37 |
| Binary | 10001100 | 10010 | 101111 | 0 | 1010111 | 1000010 | 101101 | 101011010 | 1001101 | 11111 |
Color Harmonies of #8C122F
Complementary color
Monochromatic Colors of #8C122F
Black with #8C122F
Text Example
Text Example
White with #8C122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C122F; }
p { color: rgb(140,18,47); }
H1.HeaderClassName
{
color: #8C122F;
}
.AnyTagClassName
{
color: #8C122F;
}
</style>
background-color css
<style>
a { background-color: #8C122F; }
a { background-color: rgb(140,18,47); }
div.DivClassName
{
background-color: #8C122F;
}
.BgClassName
{
background-color: #8C122F;
}
</style>
border-color css
<style>
span { border-color: #8C122F; }
span { border-color: rgb(140,18,47); }
td.TdClassName
{
border-color: #8C122F;
}
.TagClassName
{
border-color: #8C122F;
}
</style>