Shades of Scarlett #7D1C31
Tints of Scarlett #7D1C31
RGB
CMYK
RGB Variations
Color information
#7D1C31 (or 0x7D1C31) is known color: Scarlett. HEX triplet: 7D, 1C and 31. RGB value is (125,28,49). Sum of RGB (Red+Green+Blue) = 125+28+49=202 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.88% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1C31 is #82E3CE. Grayscale: #3B3B3B. Windows color (decimal): -8577999 or 3218557. OLE color: 3218557.
HSL color Cylindrical-coordinate representation of color #7D1C31: hue angle of 347.01º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1C31 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 28 | 49 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.51 |
| HSL | 347.01º | 0.63% | 0.3% | - |
| HSV(B) | 347.01º | 0.78% | 0.49% | - |
| XYZ | 9.43 | 5.41 | 3.45 | - |
| YUV | 59.4 | 122.14 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 49 | 0 | 0.78 | 0.61 | 0.51 | 347.01 | 0.63 | 0.3 |
| Hex | 7D | 1C | 31 | 0 | 4E | 3D | 33 | 15B | 3F | 1E |
| Octal | 175 | 34 | 61 | 0 | 116 | 75 | 63 | 533 | 77 | 36 |
| Binary | 1111101 | 11100 | 110001 | 0 | 1001110 | 111101 | 110011 | 101011011 | 111111 | 11110 |
Color Harmonies of #7D1C31
Complementary color
Monochromatic Colors of #7D1C31
Black with #7D1C31
Text Example
Text Example
White with #7D1C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1C31; }
p { color: rgb(125,28,49); }
H1.HeaderClassName
{
color: #7D1C31;
}
.AnyTagClassName
{
color: #7D1C31;
}
</style>
background-color css
<style>
a { background-color: #7D1C31; }
a { background-color: rgb(125,28,49); }
div.DivClassName
{
background-color: #7D1C31;
}
.BgClassName
{
background-color: #7D1C31;
}
</style>
border-color css
<style>
span { border-color: #7D1C31; }
span { border-color: rgb(125,28,49); }
td.TdClassName
{
border-color: #7D1C31;
}
.TagClassName
{
border-color: #7D1C31;
}
</style>