Shades of Scarlett #7E192F
Tints of Scarlett #7E192F
RGB
CMYK
RGB Variations
Color information
#7E192F (or 0x7E192F) is known color: Scarlett. HEX triplet: 7E, 19 and 2F. RGB value is (126,25,47). Sum of RGB (Red+Green+Blue) = 126+25+47=198 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.64% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 126 - color contains mainly: red. Hex color #7E192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E192F is #81E6D0. Grayscale: #393939. Windows color (decimal): -8513233 or 3086718. OLE color: 3086718.
HSL color Cylindrical-coordinate representation of color #7E192F: hue angle of 346.93º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E192F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 25 | 47 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.51 |
| HSL | 346.93º | 0.67% | 0.3% | - |
| HSV(B) | 346.93º | 0.8% | 0.49% | - |
| XYZ | 9.46 | 5.34 | 3.22 | - |
| YUV | 57.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 47 | 0 | 0.80 | 0.63 | 0.51 | 346.93 | 0.67 | 0.3 |
| Hex | 7E | 19 | 2F | 0 | 50 | 3F | 33 | 15B | 43 | 1E |
| Octal | 176 | 31 | 57 | 0 | 120 | 77 | 63 | 533 | 103 | 36 |
| Binary | 1111110 | 11001 | 101111 | 0 | 1010000 | 111111 | 110011 | 101011011 | 1000011 | 11110 |
Color Harmonies of #7E192F
Complementary color
Monochromatic Colors of #7E192F
Black with #7E192F
Text Example
Text Example
White with #7E192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E192F; }
p { color: rgb(126,25,47); }
H1.HeaderClassName
{
color: #7E192F;
}
.AnyTagClassName
{
color: #7E192F;
}
</style>
background-color css
<style>
a { background-color: #7E192F; }
a { background-color: rgb(126,25,47); }
div.DivClassName
{
background-color: #7E192F;
}
.BgClassName
{
background-color: #7E192F;
}
</style>
border-color css
<style>
span { border-color: #7E192F; }
span { border-color: rgb(126,25,47); }
td.TdClassName
{
border-color: #7E192F;
}
.TagClassName
{
border-color: #7E192F;
}
</style>