Shades of Scarlett #7D2025
Tints of Scarlett #7D2025
RGB
CMYK
RGB Variations
Color information
#7D2025 (or 0x7D2025) is known color: Scarlett. HEX triplet: 7D, 20 and 25. RGB value is (125,32,37). Sum of RGB (Red+Green+Blue) = 125+32+37=194 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.43% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2025 is #82DFDA. Grayscale: #3C3C3C. Windows color (decimal): -8576987 or 2433149. OLE color: 2433149.
HSL color Cylindrical-coordinate representation of color #7D2025: hue angle of 356.77º 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 #7D2025 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 32 | 37 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.51 |
| HSL | 356.77º | 0.59% | 0.31% | - |
| HSV(B) | 356.77º | 0.74% | 0.49% | - |
| XYZ | 9.31 | 5.53 | 2.33 | - |
| YUV | 60.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 37 | 0 | 0.74 | 0.70 | 0.51 | 356.77 | 0.59 | 0.31 |
| Hex | 7D | 20 | 25 | 0 | 4A | 46 | 33 | 165 | 3B | 1F |
| Octal | 175 | 40 | 45 | 0 | 112 | 106 | 63 | 545 | 73 | 37 |
| Binary | 1111101 | 100000 | 100101 | 0 | 1001010 | 1000110 | 110011 | 101100101 | 111011 | 11111 |
Color Harmonies of #7D2025
Complementary color
Monochromatic Colors of #7D2025
Black with #7D2025
Text Example
Text Example
White with #7D2025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2025; }
p { color: rgb(125,32,37); }
H1.HeaderClassName
{
color: #7D2025;
}
.AnyTagClassName
{
color: #7D2025;
}
</style>
background-color css
<style>
a { background-color: #7D2025; }
a { background-color: rgb(125,32,37); }
div.DivClassName
{
background-color: #7D2025;
}
.BgClassName
{
background-color: #7D2025;
}
</style>
border-color css
<style>
span { border-color: #7D2025; }
span { border-color: rgb(125,32,37); }
td.TdClassName
{
border-color: #7D2025;
}
.TagClassName
{
border-color: #7D2025;
}
</style>