Shades of Scarlett #7C152C
Tints of Scarlett #7C152C
RGB
CMYK
RGB Variations
Color information
#7C152C (or 0x7C152C) is known color: Scarlett. HEX triplet: 7C, 15 and 2C. RGB value is (124,21,44). Sum of RGB (Red+Green+Blue) = 124+21+44=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C152C is #83EAD3. Grayscale: #363636. Windows color (decimal): -8645332 or 2889084. OLE color: 2889084.
HSL color Cylindrical-coordinate representation of color #7C152C: hue angle of 346.6º 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 #7C152C is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 44 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.51 |
| HSL | 346.6º | 0.71% | 0.28% | - |
| HSV(B) | 346.6º | 0.83% | 0.49% | - |
| XYZ | 9.03 | 5 | 2.87 | - |
| YUV | 54.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 44 | 0 | 0.83 | 0.65 | 0.51 | 346.6 | 0.71 | 0.28 |
| Hex | 7C | 15 | 2C | 0 | 53 | 41 | 33 | 15B | 47 | 1C |
| Octal | 174 | 25 | 54 | 0 | 123 | 101 | 63 | 533 | 107 | 34 |
| Binary | 1111100 | 10101 | 101100 | 0 | 1010011 | 1000001 | 110011 | 101011011 | 1000111 | 11100 |
Color Harmonies of #7C152C
Complementary color
Monochromatic Colors of #7C152C
Black with #7C152C
Text Example
Text Example
White with #7C152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C152C; }
p { color: rgb(124,21,44); }
H1.HeaderClassName
{
color: #7C152C;
}
.AnyTagClassName
{
color: #7C152C;
}
</style>
background-color css
<style>
a { background-color: #7C152C; }
a { background-color: rgb(124,21,44); }
div.DivClassName
{
background-color: #7C152C;
}
.BgClassName
{
background-color: #7C152C;
}
</style>
border-color css
<style>
span { border-color: #7C152C; }
span { border-color: rgb(124,21,44); }
td.TdClassName
{
border-color: #7C152C;
}
.TagClassName
{
border-color: #7C152C;
}
</style>