Shades of Scarlett #7D2137
Tints of Scarlett #7D2137
RGB
CMYK
RGB Variations
Color information
#7D2137 (or 0x7D2137) is known color: Scarlett. HEX triplet: 7D, 21 and 37. RGB value is (125,33,55). Sum of RGB (Red+Green+Blue) = 125+33+55=213 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.69% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2137 is #82DEC8. Grayscale: #3F3F3F. Windows color (decimal): -8576713 or 3613053. OLE color: 3613053.
HSL color Cylindrical-coordinate representation of color #7D2137: hue angle of 345.65º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D2137 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 33 | 55 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.51 |
| HSL | 345.65º | 0.58% | 0.31% | - |
| HSV(B) | 345.65º | 0.74% | 0.49% | - |
| XYZ | 9.69 | 5.72 | 4.21 | - |
| YUV | 63.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 33 | 55 | 0 | 0.74 | 0.56 | 0.51 | 345.65 | 0.58 | 0.31 |
| Hex | 7D | 21 | 37 | 0 | 4A | 38 | 33 | 15A | 3A | 1F |
| Octal | 175 | 41 | 67 | 0 | 112 | 70 | 63 | 532 | 72 | 37 |
| Binary | 1111101 | 100001 | 110111 | 0 | 1001010 | 111000 | 110011 | 101011010 | 111010 | 11111 |
Color Harmonies of #7D2137
Complementary color
Monochromatic Colors of #7D2137
Black with #7D2137
Text Example
Text Example
White with #7D2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2137; }
p { color: rgb(125,33,55); }
H1.HeaderClassName
{
color: #7D2137;
}
.AnyTagClassName
{
color: #7D2137;
}
</style>
background-color css
<style>
a { background-color: #7D2137; }
a { background-color: rgb(125,33,55); }
div.DivClassName
{
background-color: #7D2137;
}
.BgClassName
{
background-color: #7D2137;
}
</style>
border-color css
<style>
span { border-color: #7D2137; }
span { border-color: rgb(125,33,55); }
td.TdClassName
{
border-color: #7D2137;
}
.TagClassName
{
border-color: #7D2137;
}
</style>