Shades of Scarlett #7D202D
Tints of Scarlett #7D202D
RGB
CMYK
RGB Variations
Color information
#7D202D (or 0x7D202D) is known color: Scarlett. HEX triplet: 7D, 20 and 2D. RGB value is (125,32,45). Sum of RGB (Red+Green+Blue) = 125+32+45=202 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.88% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 125 - color contains mainly: red. Hex color #7D202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D202D is #82DFD2. Grayscale: #3D3D3D. Windows color (decimal): -8576979 or 2957437. OLE color: 2957437.
HSL color Cylindrical-coordinate representation of color #7D202D: hue angle of 351.61º 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 #7D202D is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 32 | 45 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.51 |
| HSL | 351.61º | 0.59% | 0.31% | - |
| HSV(B) | 351.61º | 0.74% | 0.49% | - |
| XYZ | 9.45 | 5.58 | 3.06 | - |
| YUV | 61.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 45 | 0 | 0.74 | 0.64 | 0.51 | 351.61 | 0.59 | 0.31 |
| Hex | 7D | 20 | 2D | 0 | 4A | 40 | 33 | 160 | 3B | 1F |
| Octal | 175 | 40 | 55 | 0 | 112 | 100 | 63 | 540 | 73 | 37 |
| Binary | 1111101 | 100000 | 101101 | 0 | 1001010 | 1000000 | 110011 | 101100000 | 111011 | 11111 |
Color Harmonies of #7D202D
Complementary color
Monochromatic Colors of #7D202D
Black with #7D202D
Text Example
Text Example
White with #7D202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D202D; }
p { color: rgb(125,32,45); }
H1.HeaderClassName
{
color: #7D202D;
}
.AnyTagClassName
{
color: #7D202D;
}
</style>
background-color css
<style>
a { background-color: #7D202D; }
a { background-color: rgb(125,32,45); }
div.DivClassName
{
background-color: #7D202D;
}
.BgClassName
{
background-color: #7D202D;
}
</style>
border-color css
<style>
span { border-color: #7D202D; }
span { border-color: rgb(125,32,45); }
td.TdClassName
{
border-color: #7D202D;
}
.TagClassName
{
border-color: #7D202D;
}
</style>