Shades of Scarlett #7D2038
Tints of Scarlett #7D2038
RGB
CMYK
RGB Variations
Color information
#7D2038 (or 0x7D2038) is known color: Scarlett. HEX triplet: 7D, 20 and 38. RGB value is (125,32,56). Sum of RGB (Red+Green+Blue) = 125+32+56=213 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.69% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2038 is #82DFC7. Grayscale: #3E3E3E. Windows color (decimal): -8576968 or 3678333. OLE color: 3678333.
HSL color Cylindrical-coordinate representation of color #7D2038: hue angle of 344.52º 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 #7D2038 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 32 | 56 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.51 |
| HSL | 344.52º | 0.59% | 0.31% | - |
| HSV(B) | 344.52º | 0.74% | 0.49% | - |
| XYZ | 9.69 | 5.68 | 4.33 | - |
| YUV | 62.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 56 | 0 | 0.74 | 0.55 | 0.51 | 344.52 | 0.59 | 0.31 |
| Hex | 7D | 20 | 38 | 0 | 4A | 37 | 33 | 159 | 3B | 1F |
| Octal | 175 | 40 | 70 | 0 | 112 | 67 | 63 | 531 | 73 | 37 |
| Binary | 1111101 | 100000 | 111000 | 0 | 1001010 | 110111 | 110011 | 101011001 | 111011 | 11111 |
Color Harmonies of #7D2038
Complementary color
Monochromatic Colors of #7D2038
Black with #7D2038
Text Example
Text Example
White with #7D2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2038; }
p { color: rgb(125,32,56); }
H1.HeaderClassName
{
color: #7D2038;
}
.AnyTagClassName
{
color: #7D2038;
}
</style>
background-color css
<style>
a { background-color: #7D2038; }
a { background-color: rgb(125,32,56); }
div.DivClassName
{
background-color: #7D2038;
}
.BgClassName
{
background-color: #7D2038;
}
</style>
border-color css
<style>
span { border-color: #7D2038; }
span { border-color: rgb(125,32,56); }
td.TdClassName
{
border-color: #7D2038;
}
.TagClassName
{
border-color: #7D2038;
}
</style>