Shades of Scarlett #7C2232
Tints of Scarlett #7C2232
RGB
CMYK
RGB Variations
Color information
#7C2232 (or 0x7C2232) is known color: Scarlett. HEX triplet: 7C, 22 and 32. RGB value is (124,34,50). Sum of RGB (Red+Green+Blue) = 124+34+50=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2232 is #83DDCD. Grayscale: #3E3E3E. Windows color (decimal): -8641998 or 3285628. OLE color: 3285628.
HSL color Cylindrical-coordinate representation of color #7C2232: hue angle of 349.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 #7C2232 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 34 | 50 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.51 |
| HSL | 349.33º | 0.57% | 0.31% | - |
| HSV(B) | 349.33º | 0.73% | 0.49% | - |
| XYZ | 9.46 | 5.66 | 3.61 | - |
| YUV | 62.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 50 | 0 | 0.73 | 0.60 | 0.51 | 349.33 | 0.57 | 0.31 |
| Hex | 7C | 22 | 32 | 0 | 49 | 3C | 33 | 15D | 39 | 1F |
| Octal | 174 | 42 | 62 | 0 | 111 | 74 | 63 | 535 | 71 | 37 |
| Binary | 1111100 | 100010 | 110010 | 0 | 1001001 | 111100 | 110011 | 101011101 | 111001 | 11111 |
Color Harmonies of #7C2232
Complementary color
Monochromatic Colors of #7C2232
Black with #7C2232
Text Example
Text Example
White with #7C2232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2232; }
p { color: rgb(124,34,50); }
H1.HeaderClassName
{
color: #7C2232;
}
.AnyTagClassName
{
color: #7C2232;
}
</style>
background-color css
<style>
a { background-color: #7C2232; }
a { background-color: rgb(124,34,50); }
div.DivClassName
{
background-color: #7C2232;
}
.BgClassName
{
background-color: #7C2232;
}
</style>
border-color css
<style>
span { border-color: #7C2232; }
span { border-color: rgb(124,34,50); }
td.TdClassName
{
border-color: #7C2232;
}
.TagClassName
{
border-color: #7C2232;
}
</style>