Shades of Scarlett #7D1A2B
Tints of Scarlett #7D1A2B
RGB
CMYK
RGB Variations
Color information
#7D1A2B (or 0x7D1A2B) is known color: Scarlett. HEX triplet: 7D, 1A and 2B. RGB value is (125,26,43). Sum of RGB (Red+Green+Blue) = 125+26+43=194 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.43% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1A2B is #82E5D4. Grayscale: #393939. Windows color (decimal): -8578517 or 2824829. OLE color: 2824829.
HSL color Cylindrical-coordinate representation of color #7D1A2B: hue angle of 349.7º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D1A2B is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 26 | 43 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.51 |
| HSL | 349.7º | 0.66% | 0.3% | - |
| HSV(B) | 349.7º | 0.79% | 0.49% | - |
| XYZ | 9.26 | 5.27 | 2.82 | - |
| YUV | 57.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 26 | 43 | 0 | 0.79 | 0.66 | 0.51 | 349.7 | 0.66 | 0.3 |
| Hex | 7D | 1A | 2B | 0 | 4F | 42 | 33 | 15E | 42 | 1E |
| Octal | 175 | 32 | 53 | 0 | 117 | 102 | 63 | 536 | 102 | 36 |
| Binary | 1111101 | 11010 | 101011 | 0 | 1001111 | 1000010 | 110011 | 101011110 | 1000010 | 11110 |
Color Harmonies of #7D1A2B
Complementary color
Monochromatic Colors of #7D1A2B
Black with #7D1A2B
Text Example
Text Example
White with #7D1A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1A2B; }
p { color: rgb(125,26,43); }
H1.HeaderClassName
{
color: #7D1A2B;
}
.AnyTagClassName
{
color: #7D1A2B;
}
</style>
background-color css
<style>
a { background-color: #7D1A2B; }
a { background-color: rgb(125,26,43); }
div.DivClassName
{
background-color: #7D1A2B;
}
.BgClassName
{
background-color: #7D1A2B;
}
</style>
border-color css
<style>
span { border-color: #7D1A2B; }
span { border-color: rgb(125,26,43); }
td.TdClassName
{
border-color: #7D1A2B;
}
.TagClassName
{
border-color: #7D1A2B;
}
</style>