Shades of Scarlett #7C1D2A
Tints of Scarlett #7C1D2A
RGB
CMYK
RGB Variations
Color information
#7C1D2A (or 0x7C1D2A) is known color: Scarlett. HEX triplet: 7C, 1D and 2A. RGB value is (124,29,42). Sum of RGB (Red+Green+Blue) = 124+29+42=195 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.59% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1D2A is #83E2D5. Grayscale: #3A3A3A. Windows color (decimal): -8643286 or 2760060. OLE color: 2760060.
HSL color Cylindrical-coordinate representation of color #7C1D2A: hue angle of 351.79º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C1D2A is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 29 | 42 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.51 |
| HSL | 351.79º | 0.62% | 0.3% | - |
| HSV(B) | 351.79º | 0.77% | 0.49% | - |
| XYZ | 9.17 | 5.33 | 2.74 | - |
| YUV | 58.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 29 | 42 | 0 | 0.77 | 0.66 | 0.51 | 351.79 | 0.62 | 0.3 |
| Hex | 7C | 1D | 2A | 0 | 4D | 42 | 33 | 160 | 3E | 1E |
| Octal | 174 | 35 | 52 | 0 | 115 | 102 | 63 | 540 | 76 | 36 |
| Binary | 1111100 | 11101 | 101010 | 0 | 1001101 | 1000010 | 110011 | 101100000 | 111110 | 11110 |
Color Harmonies of #7C1D2A
Complementary color
Monochromatic Colors of #7C1D2A
Black with #7C1D2A
Text Example
Text Example
White with #7C1D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1D2A; }
p { color: rgb(124,29,42); }
H1.HeaderClassName
{
color: #7C1D2A;
}
.AnyTagClassName
{
color: #7C1D2A;
}
</style>
background-color css
<style>
a { background-color: #7C1D2A; }
a { background-color: rgb(124,29,42); }
div.DivClassName
{
background-color: #7C1D2A;
}
.BgClassName
{
background-color: #7C1D2A;
}
</style>
border-color css
<style>
span { border-color: #7C1D2A; }
span { border-color: rgb(124,29,42); }
td.TdClassName
{
border-color: #7C1D2A;
}
.TagClassName
{
border-color: #7C1D2A;
}
</style>