Shades of Scarlett #7C192B
Tints of Scarlett #7C192B
RGB
CMYK
RGB Variations
Color information
#7C192B (or 0x7C192B) is known color: Scarlett. HEX triplet: 7C, 19 and 2B. RGB value is (124,25,43). Sum of RGB (Red+Green+Blue) = 124+25+43=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C192B is #83E6D4. Grayscale: #383838. Windows color (decimal): -8644309 or 2824572. OLE color: 2824572.
HSL color Cylindrical-coordinate representation of color #7C192B: hue angle of 349.09º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C192B is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 25 | 43 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.51 |
| HSL | 349.09º | 0.66% | 0.29% | - |
| HSV(B) | 349.09º | 0.8% | 0.49% | - |
| XYZ | 9.1 | 5.15 | 2.8 | - |
| YUV | 56.65 | 120.3 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 43 | 0 | 0.80 | 0.65 | 0.51 | 349.09 | 0.66 | 0.29 |
| Hex | 7C | 19 | 2B | 0 | 50 | 41 | 33 | 15D | 42 | 1D |
| Octal | 174 | 31 | 53 | 0 | 120 | 101 | 63 | 535 | 102 | 35 |
| Binary | 1111100 | 11001 | 101011 | 0 | 1010000 | 1000001 | 110011 | 101011101 | 1000010 | 11101 |
Color Harmonies of #7C192B
Complementary color
Monochromatic Colors of #7C192B
Black with #7C192B
Text Example
Text Example
White with #7C192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C192B; }
p { color: rgb(124,25,43); }
H1.HeaderClassName
{
color: #7C192B;
}
.AnyTagClassName
{
color: #7C192B;
}
</style>
background-color css
<style>
a { background-color: #7C192B; }
a { background-color: rgb(124,25,43); }
div.DivClassName
{
background-color: #7C192B;
}
.BgClassName
{
background-color: #7C192B;
}
</style>
border-color css
<style>
span { border-color: #7C192B; }
span { border-color: rgb(124,25,43); }
td.TdClassName
{
border-color: #7C192B;
}
.TagClassName
{
border-color: #7C192B;
}
</style>