Shades of Scarlett #7D2534
Tints of Scarlett #7D2534
RGB
CMYK
RGB Variations
Color information
#7D2534 (or 0x7D2534) is known color: Scarlett. HEX triplet: 7D, 25 and 34. RGB value is (125,37,52). Sum of RGB (Red+Green+Blue) = 125+37+52=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2534 is #82DACB. Grayscale: #414141. Windows color (decimal): -8575692 or 3417469. OLE color: 3417469.
HSL color Cylindrical-coordinate representation of color #7D2534: hue angle of 349.77º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D2534 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 37 | 52 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.51 |
| HSL | 349.77º | 0.54% | 0.32% | - |
| HSV(B) | 349.77º | 0.7% | 0.49% | - |
| XYZ | 9.74 | 5.93 | 3.88 | - |
| YUV | 65.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 37 | 52 | 0 | 0.70 | 0.58 | 0.51 | 349.77 | 0.54 | 0.32 |
| Hex | 7D | 25 | 34 | 0 | 46 | 3A | 33 | 15E | 36 | 20 |
| Octal | 175 | 45 | 64 | 0 | 106 | 72 | 63 | 536 | 66 | 40 |
| Binary | 1111101 | 100101 | 110100 | 0 | 1000110 | 111010 | 110011 | 101011110 | 110110 | 100000 |
Color Harmonies of #7D2534
Complementary color
Monochromatic Colors of #7D2534
Black with #7D2534
Text Example
Text Example
White with #7D2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2534; }
p { color: rgb(125,37,52); }
H1.HeaderClassName
{
color: #7D2534;
}
.AnyTagClassName
{
color: #7D2534;
}
</style>
background-color css
<style>
a { background-color: #7D2534; }
a { background-color: rgb(125,37,52); }
div.DivClassName
{
background-color: #7D2534;
}
.BgClassName
{
background-color: #7D2534;
}
</style>
border-color css
<style>
span { border-color: #7D2534; }
span { border-color: rgb(125,37,52); }
td.TdClassName
{
border-color: #7D2534;
}
.TagClassName
{
border-color: #7D2534;
}
</style>