Shades of Scarlett #7A212C
Tints of Scarlett #7A212C
RGB
CMYK
RGB Variations
Color information
#7A212C (or 0x7A212C) is known color: Scarlett. HEX triplet: 7A, 21 and 2C. RGB value is (122,33,44). Sum of RGB (Red+Green+Blue) = 122+33+44=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A212C is #85DED3. Grayscale: #3C3C3C. Windows color (decimal): -8773332 or 2892154. OLE color: 2892154.
HSL color Cylindrical-coordinate representation of color #7A212C: hue angle of 352.58º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A212C is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 44 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.52 |
| HSL | 352.58º | 0.57% | 0.3% | - |
| HSV(B) | 352.58º | 0.73% | 0.48% | - |
| XYZ | 9.02 | 5.41 | 2.95 | - |
| YUV | 60.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 44 | 0 | 0.73 | 0.64 | 0.52 | 352.58 | 0.57 | 0.3 |
| Hex | 7A | 21 | 2C | 0 | 49 | 40 | 34 | 161 | 39 | 1E |
| Octal | 172 | 41 | 54 | 0 | 111 | 100 | 64 | 541 | 71 | 36 |
| Binary | 1111010 | 100001 | 101100 | 0 | 1001001 | 1000000 | 110100 | 101100001 | 111001 | 11110 |
Color Harmonies of #7A212C
Complementary color
Monochromatic Colors of #7A212C
Black with #7A212C
Text Example
Text Example
White with #7A212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A212C; }
p { color: rgb(122,33,44); }
H1.HeaderClassName
{
color: #7A212C;
}
.AnyTagClassName
{
color: #7A212C;
}
</style>
background-color css
<style>
a { background-color: #7A212C; }
a { background-color: rgb(122,33,44); }
div.DivClassName
{
background-color: #7A212C;
}
.BgClassName
{
background-color: #7A212C;
}
</style>
border-color css
<style>
span { border-color: #7A212C; }
span { border-color: rgb(122,33,44); }
td.TdClassName
{
border-color: #7A212C;
}
.TagClassName
{
border-color: #7A212C;
}
</style>