Shades of Scarlett #7D1F38
Tints of Scarlett #7D1F38
RGB
CMYK
RGB Variations
Color information
#7D1F38 (or 0x7D1F38) is known color: Scarlett. HEX triplet: 7D, 1F and 38. RGB value is (125,31,56). Sum of RGB (Red+Green+Blue) = 125+31+56=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1F38 is #82E0C7. Grayscale: #3D3D3D. Windows color (decimal): -8577224 or 3678077. OLE color: 3678077.
HSL color Cylindrical-coordinate representation of color #7D1F38: hue angle of 344.04º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D1F38 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 31 | 56 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.51 |
| HSL | 344.04º | 0.6% | 0.31% | - |
| HSV(B) | 344.04º | 0.75% | 0.49% | - |
| XYZ | 9.66 | 5.63 | 4.32 | - |
| YUV | 61.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 56 | 0 | 0.75 | 0.55 | 0.51 | 344.04 | 0.6 | 0.31 |
| Hex | 7D | 1F | 38 | 0 | 4B | 37 | 33 | 158 | 3C | 1F |
| Octal | 175 | 37 | 70 | 0 | 113 | 67 | 63 | 530 | 74 | 37 |
| Binary | 1111101 | 11111 | 111000 | 0 | 1001011 | 110111 | 110011 | 101011000 | 111100 | 11111 |
Color Harmonies of #7D1F38
Complementary color
Monochromatic Colors of #7D1F38
Black with #7D1F38
Text Example
Text Example
White with #7D1F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1F38; }
p { color: rgb(125,31,56); }
H1.HeaderClassName
{
color: #7D1F38;
}
.AnyTagClassName
{
color: #7D1F38;
}
</style>
background-color css
<style>
a { background-color: #7D1F38; }
a { background-color: rgb(125,31,56); }
div.DivClassName
{
background-color: #7D1F38;
}
.BgClassName
{
background-color: #7D1F38;
}
</style>
border-color css
<style>
span { border-color: #7D1F38; }
span { border-color: rgb(125,31,56); }
td.TdClassName
{
border-color: #7D1F38;
}
.TagClassName
{
border-color: #7D1F38;
}
</style>