Shades of Scarlett #7C1E34
Tints of Scarlett #7C1E34
RGB
CMYK
RGB Variations
Color information
#7C1E34 (or 0x7C1E34) is known color: Scarlett. HEX triplet: 7C, 1E and 34. RGB value is (124,30,52). Sum of RGB (Red+Green+Blue) = 124+30+52=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1E34 is #83E1CB. Grayscale: #3C3C3C. Windows color (decimal): -8643020 or 3415676. OLE color: 3415676.
HSL color Cylindrical-coordinate representation of color #7C1E34: hue angle of 345.96º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C1E34 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 30 | 52 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.51 |
| HSL | 345.96º | 0.61% | 0.3% | - |
| HSV(B) | 345.96º | 0.76% | 0.49% | - |
| XYZ | 9.4 | 5.46 | 3.81 | - |
| YUV | 60.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 30 | 52 | 0 | 0.76 | 0.58 | 0.51 | 345.96 | 0.61 | 0.3 |
| Hex | 7C | 1E | 34 | 0 | 4C | 3A | 33 | 15A | 3D | 1E |
| Octal | 174 | 36 | 64 | 0 | 114 | 72 | 63 | 532 | 75 | 36 |
| Binary | 1111100 | 11110 | 110100 | 0 | 1001100 | 111010 | 110011 | 101011010 | 111101 | 11110 |
Color Harmonies of #7C1E34
Complementary color
Monochromatic Colors of #7C1E34
Black with #7C1E34
Text Example
Text Example
White with #7C1E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1E34; }
p { color: rgb(124,30,52); }
H1.HeaderClassName
{
color: #7C1E34;
}
.AnyTagClassName
{
color: #7C1E34;
}
</style>
background-color css
<style>
a { background-color: #7C1E34; }
a { background-color: rgb(124,30,52); }
div.DivClassName
{
background-color: #7C1E34;
}
.BgClassName
{
background-color: #7C1E34;
}
</style>
border-color css
<style>
span { border-color: #7C1E34; }
span { border-color: rgb(124,30,52); }
td.TdClassName
{
border-color: #7C1E34;
}
.TagClassName
{
border-color: #7C1E34;
}
</style>