Shades of Scarlett #7D142C
Tints of Scarlett #7D142C
RGB
CMYK
RGB Variations
Color information
#7D142C (or 0x7D142C) is known color: Scarlett. HEX triplet: 7D, 14 and 2C. RGB value is (125,20,44). Sum of RGB (Red+Green+Blue) = 125+20+44=189 (25% of max value = 765). Red value is 125 (49.22% from 255 or 66.14% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 125 - color contains mainly: red. Hex color #7D142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D142C is #82EBD3. Grayscale: #363636. Windows color (decimal): -8580052 or 2888829. OLE color: 2888829.
HSL color Cylindrical-coordinate representation of color #7D142C: hue angle of 346.29º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D142C is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 20 | 44 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.51 |
| HSL | 346.29º | 0.72% | 0.28% | - |
| HSV(B) | 346.29º | 0.84% | 0.49% | - |
| XYZ | 9.16 | 5.04 | 2.87 | - |
| YUV | 54.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 44 | 0 | 0.84 | 0.65 | 0.51 | 346.29 | 0.72 | 0.28 |
| Hex | 7D | 14 | 2C | 0 | 54 | 41 | 33 | 15A | 48 | 1C |
| Octal | 175 | 24 | 54 | 0 | 124 | 101 | 63 | 532 | 110 | 34 |
| Binary | 1111101 | 10100 | 101100 | 0 | 1010100 | 1000001 | 110011 | 101011010 | 1001000 | 11100 |
Color Harmonies of #7D142C
Complementary color
Monochromatic Colors of #7D142C
Black with #7D142C
Text Example
Text Example
White with #7D142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D142C; }
p { color: rgb(125,20,44); }
H1.HeaderClassName
{
color: #7D142C;
}
.AnyTagClassName
{
color: #7D142C;
}
</style>
background-color css
<style>
a { background-color: #7D142C; }
a { background-color: rgb(125,20,44); }
div.DivClassName
{
background-color: #7D142C;
}
.BgClassName
{
background-color: #7D142C;
}
</style>
border-color css
<style>
span { border-color: #7D142C; }
span { border-color: rgb(125,20,44); }
td.TdClassName
{
border-color: #7D142C;
}
.TagClassName
{
border-color: #7D142C;
}
</style>