Shades of Scarlett #7C192D
Tints of Scarlett #7C192D
RGB
CMYK
RGB Variations
Color information
#7C192D (or 0x7C192D) is known color: Scarlett. HEX triplet: 7C, 19 and 2D. RGB value is (124,25,45). Sum of RGB (Red+Green+Blue) = 124+25+45=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C192D is #83E6D2. Grayscale: #383838. Windows color (decimal): -8644307 or 2955644. OLE color: 2955644.
HSL color Cylindrical-coordinate representation of color #7C192D: hue angle of 347.88º 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 #7C192D is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 25 | 45 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.51 |
| HSL | 347.88º | 0.66% | 0.29% | - |
| HSV(B) | 347.88º | 0.8% | 0.49% | - |
| XYZ | 9.13 | 5.17 | 3 | - |
| YUV | 56.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 45 | 0 | 0.80 | 0.64 | 0.51 | 347.88 | 0.66 | 0.29 |
| Hex | 7C | 19 | 2D | 0 | 50 | 40 | 33 | 15C | 42 | 1D |
| Octal | 174 | 31 | 55 | 0 | 120 | 100 | 63 | 534 | 102 | 35 |
| Binary | 1111100 | 11001 | 101101 | 0 | 1010000 | 1000000 | 110011 | 101011100 | 1000010 | 11101 |
Color Harmonies of #7C192D
Complementary color
Monochromatic Colors of #7C192D
Black with #7C192D
Text Example
Text Example
White with #7C192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C192D; }
p { color: rgb(124,25,45); }
H1.HeaderClassName
{
color: #7C192D;
}
.AnyTagClassName
{
color: #7C192D;
}
</style>
background-color css
<style>
a { background-color: #7C192D; }
a { background-color: rgb(124,25,45); }
div.DivClassName
{
background-color: #7C192D;
}
.BgClassName
{
background-color: #7C192D;
}
</style>
border-color css
<style>
span { border-color: #7C192D; }
span { border-color: rgb(124,25,45); }
td.TdClassName
{
border-color: #7C192D;
}
.TagClassName
{
border-color: #7C192D;
}
</style>