Shades of Scarlett #7D222E
Tints of Scarlett #7D222E
RGB
CMYK
RGB Variations
Color information
#7D222E (or 0x7D222E) is known color: Scarlett. HEX triplet: 7D, 22 and 2E. RGB value is (125,34,46). Sum of RGB (Red+Green+Blue) = 125+34+46=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D222E is #82DDD1. Grayscale: #3E3E3E. Windows color (decimal): -8576466 or 3023485. OLE color: 3023485.
HSL color Cylindrical-coordinate representation of color #7D222E: hue angle of 352.09º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D222E is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 34 | 46 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.51 |
| HSL | 352.09º | 0.57% | 0.31% | - |
| HSV(B) | 352.09º | 0.73% | 0.49% | - |
| XYZ | 9.52 | 5.7 | 3.18 | - |
| YUV | 62.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 46 | 0 | 0.73 | 0.63 | 0.51 | 352.09 | 0.57 | 0.31 |
| Hex | 7D | 22 | 2E | 0 | 49 | 3F | 33 | 160 | 39 | 1F |
| Octal | 175 | 42 | 56 | 0 | 111 | 77 | 63 | 540 | 71 | 37 |
| Binary | 1111101 | 100010 | 101110 | 0 | 1001001 | 111111 | 110011 | 101100000 | 111001 | 11111 |
Color Harmonies of #7D222E
Complementary color
Monochromatic Colors of #7D222E
Black with #7D222E
Text Example
Text Example
White with #7D222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D222E; }
p { color: rgb(125,34,46); }
H1.HeaderClassName
{
color: #7D222E;
}
.AnyTagClassName
{
color: #7D222E;
}
</style>
background-color css
<style>
a { background-color: #7D222E; }
a { background-color: rgb(125,34,46); }
div.DivClassName
{
background-color: #7D222E;
}
.BgClassName
{
background-color: #7D222E;
}
</style>
border-color css
<style>
span { border-color: #7D222E; }
span { border-color: rgb(125,34,46); }
td.TdClassName
{
border-color: #7D222E;
}
.TagClassName
{
border-color: #7D222E;
}
</style>