Shades of Scarlett #7D172C
Tints of Scarlett #7D172C
RGB
CMYK
RGB Variations
Color information
#7D172C (or 0x7D172C) is known color: Scarlett. HEX triplet: 7D, 17 and 2C. RGB value is (125,23,44). Sum of RGB (Red+Green+Blue) = 125+23+44=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D172C is #82E8D3. Grayscale: #373737. Windows color (decimal): -8579284 or 2889597. OLE color: 2889597.
HSL color Cylindrical-coordinate representation of color #7D172C: hue angle of 347.65º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D172C is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 23 | 44 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.51 |
| HSL | 347.65º | 0.69% | 0.29% | - |
| HSV(B) | 347.65º | 0.82% | 0.49% | - |
| XYZ | 9.22 | 5.15 | 2.89 | - |
| YUV | 55.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 44 | 0 | 0.82 | 0.65 | 0.51 | 347.65 | 0.69 | 0.29 |
| Hex | 7D | 17 | 2C | 0 | 52 | 41 | 33 | 15C | 45 | 1D |
| Octal | 175 | 27 | 54 | 0 | 122 | 101 | 63 | 534 | 105 | 35 |
| Binary | 1111101 | 10111 | 101100 | 0 | 1010010 | 1000001 | 110011 | 101011100 | 1000101 | 11101 |
Color Harmonies of #7D172C
Complementary color
Monochromatic Colors of #7D172C
Black with #7D172C
Text Example
Text Example
White with #7D172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D172C; }
p { color: rgb(125,23,44); }
H1.HeaderClassName
{
color: #7D172C;
}
.AnyTagClassName
{
color: #7D172C;
}
</style>
background-color css
<style>
a { background-color: #7D172C; }
a { background-color: rgb(125,23,44); }
div.DivClassName
{
background-color: #7D172C;
}
.BgClassName
{
background-color: #7D172C;
}
</style>
border-color css
<style>
span { border-color: #7D172C; }
span { border-color: rgb(125,23,44); }
td.TdClassName
{
border-color: #7D172C;
}
.TagClassName
{
border-color: #7D172C;
}
</style>