Shades of Scarlett #7D2133
Tints of Scarlett #7D2133
RGB
CMYK
RGB Variations
Color information
#7D2133 (or 0x7D2133) is known color: Scarlett. HEX triplet: 7D, 21 and 33. RGB value is (125,33,51). Sum of RGB (Red+Green+Blue) = 125+33+51=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2133 is #82DECC. Grayscale: #3E3E3E. Windows color (decimal): -8576717 or 3350909. OLE color: 3350909.
HSL color Cylindrical-coordinate representation of color #7D2133: hue angle of 348.26º 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 #7D2133 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 33 | 51 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.51 |
| HSL | 348.26º | 0.58% | 0.31% | - |
| HSV(B) | 348.26º | 0.74% | 0.49% | - |
| XYZ | 9.6 | 5.69 | 3.72 | - |
| YUV | 62.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 33 | 51 | 0 | 0.74 | 0.59 | 0.51 | 348.26 | 0.58 | 0.31 |
| Hex | 7D | 21 | 33 | 0 | 4A | 3B | 33 | 15C | 3A | 1F |
| Octal | 175 | 41 | 63 | 0 | 112 | 73 | 63 | 534 | 72 | 37 |
| Binary | 1111101 | 100001 | 110011 | 0 | 1001010 | 111011 | 110011 | 101011100 | 111010 | 11111 |
Color Harmonies of #7D2133
Complementary color
Monochromatic Colors of #7D2133
Black with #7D2133
Text Example
Text Example
White with #7D2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2133; }
p { color: rgb(125,33,51); }
H1.HeaderClassName
{
color: #7D2133;
}
.AnyTagClassName
{
color: #7D2133;
}
</style>
background-color css
<style>
a { background-color: #7D2133; }
a { background-color: rgb(125,33,51); }
div.DivClassName
{
background-color: #7D2133;
}
.BgClassName
{
background-color: #7D2133;
}
</style>
border-color css
<style>
span { border-color: #7D2133; }
span { border-color: rgb(125,33,51); }
td.TdClassName
{
border-color: #7D2133;
}
.TagClassName
{
border-color: #7D2133;
}
</style>