Shades of Scarlett #7D1F31
Tints of Scarlett #7D1F31
RGB
CMYK
RGB Variations
Color information
#7D1F31 (or 0x7D1F31) is known color: Scarlett. HEX triplet: 7D, 1F and 31. RGB value is (125,31,49). Sum of RGB (Red+Green+Blue) = 125+31+49=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1F31 is #82E0CE. Grayscale: #3D3D3D. Windows color (decimal): -8577231 or 3219325. OLE color: 3219325.
HSL color Cylindrical-coordinate representation of color #7D1F31: hue angle of 348.51º 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 #7D1F31 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 31 | 49 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.51 |
| HSL | 348.51º | 0.6% | 0.31% | - |
| HSV(B) | 348.51º | 0.75% | 0.49% | - |
| XYZ | 9.5 | 5.56 | 3.48 | - |
| YUV | 61.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 49 | 0 | 0.75 | 0.61 | 0.51 | 348.51 | 0.6 | 0.31 |
| Hex | 7D | 1F | 31 | 0 | 4B | 3D | 33 | 15D | 3C | 1F |
| Octal | 175 | 37 | 61 | 0 | 113 | 75 | 63 | 535 | 74 | 37 |
| Binary | 1111101 | 11111 | 110001 | 0 | 1001011 | 111101 | 110011 | 101011101 | 111100 | 11111 |
Color Harmonies of #7D1F31
Complementary color
Monochromatic Colors of #7D1F31
Black with #7D1F31
Text Example
Text Example
White with #7D1F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1F31; }
p { color: rgb(125,31,49); }
H1.HeaderClassName
{
color: #7D1F31;
}
.AnyTagClassName
{
color: #7D1F31;
}
</style>
background-color css
<style>
a { background-color: #7D1F31; }
a { background-color: rgb(125,31,49); }
div.DivClassName
{
background-color: #7D1F31;
}
.BgClassName
{
background-color: #7D1F31;
}
</style>
border-color css
<style>
span { border-color: #7D1F31; }
span { border-color: rgb(125,31,49); }
td.TdClassName
{
border-color: #7D1F31;
}
.TagClassName
{
border-color: #7D1F31;
}
</style>