Shades of Scarlett #7D222B
Tints of Scarlett #7D222B
RGB
CMYK
RGB Variations
Color information
#7D222B (or 0x7D222B) is known color: Scarlett. HEX triplet: 7D, 22 and 2B. RGB value is (125,34,43). Sum of RGB (Red+Green+Blue) = 125+34+43=202 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.88% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 125 - color contains mainly: red. Hex color #7D222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D222B is #82DDD4. Grayscale: #3E3E3E. Windows color (decimal): -8576469 or 2826877. OLE color: 2826877.
HSL color Cylindrical-coordinate representation of color #7D222B: hue angle of 354.07º 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 #7D222B is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 34 | 43 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.51 |
| HSL | 354.07º | 0.57% | 0.31% | - |
| HSV(B) | 354.07º | 0.73% | 0.49% | - |
| XYZ | 9.47 | 5.68 | 2.88 | - |
| YUV | 62.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 43 | 0 | 0.73 | 0.66 | 0.51 | 354.07 | 0.57 | 0.31 |
| Hex | 7D | 22 | 2B | 0 | 49 | 42 | 33 | 162 | 39 | 1F |
| Octal | 175 | 42 | 53 | 0 | 111 | 102 | 63 | 542 | 71 | 37 |
| Binary | 1111101 | 100010 | 101011 | 0 | 1001001 | 1000010 | 110011 | 101100010 | 111001 | 11111 |
Color Harmonies of #7D222B
Complementary color
Monochromatic Colors of #7D222B
Black with #7D222B
Text Example
Text Example
White with #7D222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D222B; }
p { color: rgb(125,34,43); }
H1.HeaderClassName
{
color: #7D222B;
}
.AnyTagClassName
{
color: #7D222B;
}
</style>
background-color css
<style>
a { background-color: #7D222B; }
a { background-color: rgb(125,34,43); }
div.DivClassName
{
background-color: #7D222B;
}
.BgClassName
{
background-color: #7D222B;
}
</style>
border-color css
<style>
span { border-color: #7D222B; }
span { border-color: rgb(125,34,43); }
td.TdClassName
{
border-color: #7D222B;
}
.TagClassName
{
border-color: #7D222B;
}
</style>