Shades of Scarlett #7C152E
Tints of Scarlett #7C152E
RGB
CMYK
RGB Variations
Color information
#7C152E (or 0x7C152E) is known color: Scarlett. HEX triplet: 7C, 15 and 2E. RGB value is (124,21,46). Sum of RGB (Red+Green+Blue) = 124+21+46=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C152E is #83EAD1. Grayscale: #363636. Windows color (decimal): -8645330 or 3020156. OLE color: 3020156.
HSL color Cylindrical-coordinate representation of color #7C152E: hue angle of 345.44º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C152E is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 46 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.51 |
| HSL | 345.44º | 0.71% | 0.28% | - |
| HSV(B) | 345.44º | 0.83% | 0.49% | - |
| XYZ | 9.07 | 5.02 | 3.08 | - |
| YUV | 54.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 46 | 0 | 0.83 | 0.63 | 0.51 | 345.44 | 0.71 | 0.28 |
| Hex | 7C | 15 | 2E | 0 | 53 | 3F | 33 | 159 | 47 | 1C |
| Octal | 174 | 25 | 56 | 0 | 123 | 77 | 63 | 531 | 107 | 34 |
| Binary | 1111100 | 10101 | 101110 | 0 | 1010011 | 111111 | 110011 | 101011001 | 1000111 | 11100 |
Color Harmonies of #7C152E
Complementary color
Monochromatic Colors of #7C152E
Black with #7C152E
Text Example
Text Example
White with #7C152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C152E; }
p { color: rgb(124,21,46); }
H1.HeaderClassName
{
color: #7C152E;
}
.AnyTagClassName
{
color: #7C152E;
}
</style>
background-color css
<style>
a { background-color: #7C152E; }
a { background-color: rgb(124,21,46); }
div.DivClassName
{
background-color: #7C152E;
}
.BgClassName
{
background-color: #7C152E;
}
</style>
border-color css
<style>
span { border-color: #7C152E; }
span { border-color: rgb(124,21,46); }
td.TdClassName
{
border-color: #7C152E;
}
.TagClassName
{
border-color: #7C152E;
}
</style>