Shades of Scarlett #7D1E35
Tints of Scarlett #7D1E35
RGB
CMYK
RGB Variations
Color information
#7D1E35 (or 0x7D1E35) is known color: Scarlett. HEX triplet: 7D, 1E and 35. RGB value is (125,30,53). Sum of RGB (Red+Green+Blue) = 125+30+53=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1E35 is #82E1CA. Grayscale: #3D3D3D. Windows color (decimal): -8577483 or 3481213. OLE color: 3481213.
HSL color Cylindrical-coordinate representation of color #7D1E35: hue angle of 345.47º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D1E35 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 30 | 53 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.51 |
| HSL | 345.47º | 0.61% | 0.3% | - |
| HSV(B) | 345.47º | 0.76% | 0.49% | - |
| XYZ | 9.56 | 5.55 | 3.93 | - |
| YUV | 61.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 30 | 53 | 0 | 0.76 | 0.58 | 0.51 | 345.47 | 0.61 | 0.3 |
| Hex | 7D | 1E | 35 | 0 | 4C | 3A | 33 | 159 | 3D | 1E |
| Octal | 175 | 36 | 65 | 0 | 114 | 72 | 63 | 531 | 75 | 36 |
| Binary | 1111101 | 11110 | 110101 | 0 | 1001100 | 111010 | 110011 | 101011001 | 111101 | 11110 |
Color Harmonies of #7D1E35
Complementary color
Monochromatic Colors of #7D1E35
Black with #7D1E35
Text Example
Text Example
White with #7D1E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1E35; }
p { color: rgb(125,30,53); }
H1.HeaderClassName
{
color: #7D1E35;
}
.AnyTagClassName
{
color: #7D1E35;
}
</style>
background-color css
<style>
a { background-color: #7D1E35; }
a { background-color: rgb(125,30,53); }
div.DivClassName
{
background-color: #7D1E35;
}
.BgClassName
{
background-color: #7D1E35;
}
</style>
border-color css
<style>
span { border-color: #7D1E35; }
span { border-color: rgb(125,30,53); }
td.TdClassName
{
border-color: #7D1E35;
}
.TagClassName
{
border-color: #7D1E35;
}
</style>