Shades of Scarlett #7C202C
Tints of Scarlett #7C202C
RGB
CMYK
RGB Variations
Color information
#7C202C (or 0x7C202C) is known color: Scarlett. HEX triplet: 7C, 20 and 2C. RGB value is (124,32,44). Sum of RGB (Red+Green+Blue) = 124+32+44=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C202C is #83DFD3. Grayscale: #3C3C3C. Windows color (decimal): -8642516 or 2891900. OLE color: 2891900.
HSL color Cylindrical-coordinate representation of color #7C202C: hue angle of 352.17º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C202C is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 32 | 44 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.51 |
| HSL | 352.17º | 0.59% | 0.31% | - |
| HSV(B) | 352.17º | 0.74% | 0.49% | - |
| XYZ | 9.28 | 5.5 | 2.96 | - |
| YUV | 60.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 44 | 0 | 0.74 | 0.65 | 0.51 | 352.17 | 0.59 | 0.31 |
| Hex | 7C | 20 | 2C | 0 | 4A | 41 | 33 | 160 | 3B | 1F |
| Octal | 174 | 40 | 54 | 0 | 112 | 101 | 63 | 540 | 73 | 37 |
| Binary | 1111100 | 100000 | 101100 | 0 | 1001010 | 1000001 | 110011 | 101100000 | 111011 | 11111 |
Color Harmonies of #7C202C
Complementary color
Monochromatic Colors of #7C202C
Black with #7C202C
Text Example
Text Example
White with #7C202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C202C; }
p { color: rgb(124,32,44); }
H1.HeaderClassName
{
color: #7C202C;
}
.AnyTagClassName
{
color: #7C202C;
}
</style>
background-color css
<style>
a { background-color: #7C202C; }
a { background-color: rgb(124,32,44); }
div.DivClassName
{
background-color: #7C202C;
}
.BgClassName
{
background-color: #7C202C;
}
</style>
border-color css
<style>
span { border-color: #7C202C; }
span { border-color: rgb(124,32,44); }
td.TdClassName
{
border-color: #7C202C;
}
.TagClassName
{
border-color: #7C202C;
}
</style>