Shades of Scarlett #7E152C
Tints of Scarlett #7E152C
RGB
CMYK
RGB Variations
Color information
#7E152C (or 0x7E152C) is known color: Scarlett. HEX triplet: 7E, 15 and 2C. RGB value is (126,21,44). Sum of RGB (Red+Green+Blue) = 126+21+44=191 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.97% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 126 - color contains mainly: red. Hex color #7E152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E152C is #81EAD3. Grayscale: #373737. Windows color (decimal): -8514260 or 2889086. OLE color: 2889086.
HSL color Cylindrical-coordinate representation of color #7E152C: hue angle of 346.86º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E152C is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 44 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.51 |
| HSL | 346.86º | 0.71% | 0.29% | - |
| HSV(B) | 346.86º | 0.83% | 0.49% | - |
| XYZ | 9.33 | 5.15 | 2.89 | - |
| YUV | 55.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 44 | 0 | 0.83 | 0.65 | 0.51 | 346.86 | 0.71 | 0.29 |
| Hex | 7E | 15 | 2C | 0 | 53 | 41 | 33 | 15B | 47 | 1D |
| Octal | 176 | 25 | 54 | 0 | 123 | 101 | 63 | 533 | 107 | 35 |
| Binary | 1111110 | 10101 | 101100 | 0 | 1010011 | 1000001 | 110011 | 101011011 | 1000111 | 11101 |
Color Harmonies of #7E152C
Complementary color
Monochromatic Colors of #7E152C
Black with #7E152C
Text Example
Text Example
White with #7E152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E152C; }
p { color: rgb(126,21,44); }
H1.HeaderClassName
{
color: #7E152C;
}
.AnyTagClassName
{
color: #7E152C;
}
</style>
background-color css
<style>
a { background-color: #7E152C; }
a { background-color: rgb(126,21,44); }
div.DivClassName
{
background-color: #7E152C;
}
.BgClassName
{
background-color: #7E152C;
}
</style>
border-color css
<style>
span { border-color: #7E152C; }
span { border-color: rgb(126,21,44); }
td.TdClassName
{
border-color: #7E152C;
}
.TagClassName
{
border-color: #7E152C;
}
</style>