Shades of Scarlett #7D2035
Tints of Scarlett #7D2035
RGB
CMYK
RGB Variations
Color information
#7D2035 (or 0x7D2035) is known color: Scarlett. HEX triplet: 7D, 20 and 35. RGB value is (125,32,53). Sum of RGB (Red+Green+Blue) = 125+32+53=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2035 is #82DFCA. Grayscale: #3E3E3E. Windows color (decimal): -8576971 or 3481725. OLE color: 3481725.
HSL color Cylindrical-coordinate representation of color #7D2035: hue angle of 346.45º degrees, saturation: 0.59, 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 #7D2035 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 32 | 53 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.51 |
| HSL | 346.45º | 0.59% | 0.31% | - |
| HSV(B) | 346.45º | 0.74% | 0.49% | - |
| XYZ | 9.62 | 5.65 | 3.95 | - |
| YUV | 62.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 53 | 0 | 0.74 | 0.58 | 0.51 | 346.45 | 0.59 | 0.31 |
| Hex | 7D | 20 | 35 | 0 | 4A | 3A | 33 | 15A | 3B | 1F |
| Octal | 175 | 40 | 65 | 0 | 112 | 72 | 63 | 532 | 73 | 37 |
| Binary | 1111101 | 100000 | 110101 | 0 | 1001010 | 111010 | 110011 | 101011010 | 111011 | 11111 |
Color Harmonies of #7D2035
Complementary color
Monochromatic Colors of #7D2035
Black with #7D2035
Text Example
Text Example
White with #7D2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2035; }
p { color: rgb(125,32,53); }
H1.HeaderClassName
{
color: #7D2035;
}
.AnyTagClassName
{
color: #7D2035;
}
</style>
background-color css
<style>
a { background-color: #7D2035; }
a { background-color: rgb(125,32,53); }
div.DivClassName
{
background-color: #7D2035;
}
.BgClassName
{
background-color: #7D2035;
}
</style>
border-color css
<style>
span { border-color: #7D2035; }
span { border-color: rgb(125,32,53); }
td.TdClassName
{
border-color: #7D2035;
}
.TagClassName
{
border-color: #7D2035;
}
</style>