Shades of Scarlett #7C222C
Tints of Scarlett #7C222C
RGB
CMYK
RGB Variations
Color information
#7C222C (or 0x7C222C) is known color: Scarlett. HEX triplet: 7C, 22 and 2C. RGB value is (124,34,44). Sum of RGB (Red+Green+Blue) = 124+34+44=202 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.39% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 124 - color contains mainly: red. Hex color #7C222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C222C is #83DDD3. Grayscale: #3E3E3E. Windows color (decimal): -8642004 or 2892412. OLE color: 2892412.
HSL color Cylindrical-coordinate representation of color #7C222C: hue angle of 353.33º 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 #7C222C is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 34 | 44 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.51 |
| HSL | 353.33º | 0.57% | 0.31% | - |
| HSV(B) | 353.33º | 0.73% | 0.49% | - |
| XYZ | 9.34 | 5.61 | 2.97 | - |
| YUV | 62.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 44 | 0 | 0.73 | 0.65 | 0.51 | 353.33 | 0.57 | 0.31 |
| Hex | 7C | 22 | 2C | 0 | 49 | 41 | 33 | 161 | 39 | 1F |
| Octal | 174 | 42 | 54 | 0 | 111 | 101 | 63 | 541 | 71 | 37 |
| Binary | 1111100 | 100010 | 101100 | 0 | 1001001 | 1000001 | 110011 | 101100001 | 111001 | 11111 |
Color Harmonies of #7C222C
Complementary color
Monochromatic Colors of #7C222C
Black with #7C222C
Text Example
Text Example
White with #7C222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C222C; }
p { color: rgb(124,34,44); }
H1.HeaderClassName
{
color: #7C222C;
}
.AnyTagClassName
{
color: #7C222C;
}
</style>
background-color css
<style>
a { background-color: #7C222C; }
a { background-color: rgb(124,34,44); }
div.DivClassName
{
background-color: #7C222C;
}
.BgClassName
{
background-color: #7C222C;
}
</style>
border-color css
<style>
span { border-color: #7C222C; }
span { border-color: rgb(124,34,44); }
td.TdClassName
{
border-color: #7C222C;
}
.TagClassName
{
border-color: #7C222C;
}
</style>