Shades of Scarlett #7D1E34
Tints of Scarlett #7D1E34
RGB
CMYK
RGB Variations
Color information
#7D1E34 (or 0x7D1E34) is known color: Scarlett. HEX triplet: 7D, 1E and 34. RGB value is (125,30,52). Sum of RGB (Red+Green+Blue) = 125+30+52=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1E34 is #82E1CB. Grayscale: #3C3C3C. Windows color (decimal): -8577484 or 3415677. OLE color: 3415677.
HSL color Cylindrical-coordinate representation of color #7D1E34: hue angle of 346.11º 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 #7D1E34 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 30 | 52 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.51 |
| HSL | 346.11º | 0.61% | 0.3% | - |
| HSV(B) | 346.11º | 0.76% | 0.49% | - |
| XYZ | 9.54 | 5.54 | 3.81 | - |
| YUV | 60.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 30 | 52 | 0 | 0.76 | 0.58 | 0.51 | 346.11 | 0.61 | 0.3 |
| Hex | 7D | 1E | 34 | 0 | 4C | 3A | 33 | 15A | 3D | 1E |
| Octal | 175 | 36 | 64 | 0 | 114 | 72 | 63 | 532 | 75 | 36 |
| Binary | 1111101 | 11110 | 110100 | 0 | 1001100 | 111010 | 110011 | 101011010 | 111101 | 11110 |
Color Harmonies of #7D1E34
Complementary color
Monochromatic Colors of #7D1E34
Black with #7D1E34
Text Example
Text Example
White with #7D1E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1E34; }
p { color: rgb(125,30,52); }
H1.HeaderClassName
{
color: #7D1E34;
}
.AnyTagClassName
{
color: #7D1E34;
}
</style>
background-color css
<style>
a { background-color: #7D1E34; }
a { background-color: rgb(125,30,52); }
div.DivClassName
{
background-color: #7D1E34;
}
.BgClassName
{
background-color: #7D1E34;
}
</style>
border-color css
<style>
span { border-color: #7D1E34; }
span { border-color: rgb(125,30,52); }
td.TdClassName
{
border-color: #7D1E34;
}
.TagClassName
{
border-color: #7D1E34;
}
</style>