Shades of Scarlett #7E162D
Tints of Scarlett #7E162D
RGB
CMYK
RGB Variations
Color information
#7E162D (or 0x7E162D) is known color: Scarlett. HEX triplet: 7E, 16 and 2D. RGB value is (126,22,45). Sum of RGB (Red+Green+Blue) = 126+22+45=193 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.28% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 126 - color contains mainly: red. Hex color #7E162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E162D is #81E9D2. Grayscale: #373737. Windows color (decimal): -8514003 or 2954878. OLE color: 2954878.
HSL color Cylindrical-coordinate representation of color #7E162D: hue angle of 346.73º degrees, saturation: 0.7, 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 #7E162D is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 22 | 45 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.51 |
| HSL | 346.73º | 0.7% | 0.29% | - |
| HSV(B) | 346.73º | 0.83% | 0.49% | - |
| XYZ | 9.36 | 5.2 | 2.99 | - |
| YUV | 55.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 45 | 0 | 0.83 | 0.64 | 0.51 | 346.73 | 0.7 | 0.29 |
| Hex | 7E | 16 | 2D | 0 | 53 | 40 | 33 | 15B | 46 | 1D |
| Octal | 176 | 26 | 55 | 0 | 123 | 100 | 63 | 533 | 106 | 35 |
| Binary | 1111110 | 10110 | 101101 | 0 | 1010011 | 1000000 | 110011 | 101011011 | 1000110 | 11101 |
Color Harmonies of #7E162D
Complementary color
Monochromatic Colors of #7E162D
Black with #7E162D
Text Example
Text Example
White with #7E162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E162D; }
p { color: rgb(126,22,45); }
H1.HeaderClassName
{
color: #7E162D;
}
.AnyTagClassName
{
color: #7E162D;
}
</style>
background-color css
<style>
a { background-color: #7E162D; }
a { background-color: rgb(126,22,45); }
div.DivClassName
{
background-color: #7E162D;
}
.BgClassName
{
background-color: #7E162D;
}
</style>
border-color css
<style>
span { border-color: #7E162D; }
span { border-color: rgb(126,22,45); }
td.TdClassName
{
border-color: #7E162D;
}
.TagClassName
{
border-color: #7E162D;
}
</style>