Shades of Scarlett #7C2236
Tints of Scarlett #7C2236
RGB
CMYK
RGB Variations
Color information
#7C2236 (or 0x7C2236) is known color: Scarlett. HEX triplet: 7C, 22 and 36. RGB value is (124,34,54). Sum of RGB (Red+Green+Blue) = 124+34+54=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2236 is #83DDC9. Grayscale: #3F3F3F. Windows color (decimal): -8641994 or 3547772. OLE color: 3547772.
HSL color Cylindrical-coordinate representation of color #7C2236: hue angle of 346.67º 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 #7C2236 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 34 | 54 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.51 |
| HSL | 346.67º | 0.57% | 0.31% | - |
| HSV(B) | 346.67º | 0.73% | 0.49% | - |
| XYZ | 9.55 | 5.7 | 4.09 | - |
| YUV | 63.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 54 | 0 | 0.73 | 0.56 | 0.51 | 346.67 | 0.57 | 0.31 |
| Hex | 7C | 22 | 36 | 0 | 49 | 38 | 33 | 15B | 39 | 1F |
| Octal | 174 | 42 | 66 | 0 | 111 | 70 | 63 | 533 | 71 | 37 |
| Binary | 1111100 | 100010 | 110110 | 0 | 1001001 | 111000 | 110011 | 101011011 | 111001 | 11111 |
Color Harmonies of #7C2236
Complementary color
Monochromatic Colors of #7C2236
Black with #7C2236
Text Example
Text Example
White with #7C2236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2236; }
p { color: rgb(124,34,54); }
H1.HeaderClassName
{
color: #7C2236;
}
.AnyTagClassName
{
color: #7C2236;
}
</style>
background-color css
<style>
a { background-color: #7C2236; }
a { background-color: rgb(124,34,54); }
div.DivClassName
{
background-color: #7C2236;
}
.BgClassName
{
background-color: #7C2236;
}
</style>
border-color css
<style>
span { border-color: #7C2236; }
span { border-color: rgb(124,34,54); }
td.TdClassName
{
border-color: #7C2236;
}
.TagClassName
{
border-color: #7C2236;
}
</style>