Shades of Scarlett #7A222F
Tints of Scarlett #7A222F
RGB
CMYK
RGB Variations
Color information
#7A222F (or 0x7A222F) is known color: Scarlett. HEX triplet: 7A, 22 and 2F. RGB value is (122,34,47). Sum of RGB (Red+Green+Blue) = 122+34+47=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A222F is #85DDD0. Grayscale: #3D3D3D. Windows color (decimal): -8773073 or 3089018. OLE color: 3089018.
HSL color Cylindrical-coordinate representation of color #7A222F: hue angle of 351.14º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A222F is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 34 | 47 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.52 |
| HSL | 351.14º | 0.56% | 0.31% | - |
| HSV(B) | 351.14º | 0.72% | 0.48% | - |
| XYZ | 9.11 | 5.49 | 3.27 | - |
| YUV | 61.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 34 | 47 | 0 | 0.72 | 0.61 | 0.52 | 351.14 | 0.56 | 0.31 |
| Hex | 7A | 22 | 2F | 0 | 48 | 3D | 34 | 15F | 38 | 1F |
| Octal | 172 | 42 | 57 | 0 | 110 | 75 | 64 | 537 | 70 | 37 |
| Binary | 1111010 | 100010 | 101111 | 0 | 1001000 | 111101 | 110100 | 101011111 | 111000 | 11111 |
Color Harmonies of #7A222F
Complementary color
Monochromatic Colors of #7A222F
Black with #7A222F
Text Example
Text Example
White with #7A222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A222F; }
p { color: rgb(122,34,47); }
H1.HeaderClassName
{
color: #7A222F;
}
.AnyTagClassName
{
color: #7A222F;
}
</style>
background-color css
<style>
a { background-color: #7A222F; }
a { background-color: rgb(122,34,47); }
div.DivClassName
{
background-color: #7A222F;
}
.BgClassName
{
background-color: #7A222F;
}
</style>
border-color css
<style>
span { border-color: #7A222F; }
span { border-color: rgb(122,34,47); }
td.TdClassName
{
border-color: #7A222F;
}
.TagClassName
{
border-color: #7A222F;
}
</style>