Shades of Scarlett #7E172E
Tints of Scarlett #7E172E
RGB
CMYK
RGB Variations
Color information
#7E172E (or 0x7E172E) is known color: Scarlett. HEX triplet: 7E, 17 and 2E. RGB value is (126,23,46). Sum of RGB (Red+Green+Blue) = 126+23+46=195 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.62% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 126 - color contains mainly: red. Hex color #7E172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E172E is #81E8D1. Grayscale: #383838. Windows color (decimal): -8513746 or 3020670. OLE color: 3020670.
HSL color Cylindrical-coordinate representation of color #7E172E: hue angle of 346.6º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E172E is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 46 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.51 |
| HSL | 346.6º | 0.69% | 0.29% | - |
| HSV(B) | 346.6º | 0.82% | 0.49% | - |
| XYZ | 9.4 | 5.25 | 3.1 | - |
| YUV | 56.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 46 | 0 | 0.82 | 0.63 | 0.51 | 346.6 | 0.69 | 0.29 |
| Hex | 7E | 17 | 2E | 0 | 52 | 3F | 33 | 15B | 45 | 1D |
| Octal | 176 | 27 | 56 | 0 | 122 | 77 | 63 | 533 | 105 | 35 |
| Binary | 1111110 | 10111 | 101110 | 0 | 1010010 | 111111 | 110011 | 101011011 | 1000101 | 11101 |
Color Harmonies of #7E172E
Complementary color
Monochromatic Colors of #7E172E
Black with #7E172E
Text Example
Text Example
White with #7E172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E172E; }
p { color: rgb(126,23,46); }
H1.HeaderClassName
{
color: #7E172E;
}
.AnyTagClassName
{
color: #7E172E;
}
</style>
background-color css
<style>
a { background-color: #7E172E; }
a { background-color: rgb(126,23,46); }
div.DivClassName
{
background-color: #7E172E;
}
.BgClassName
{
background-color: #7E172E;
}
</style>
border-color css
<style>
span { border-color: #7E172E; }
span { border-color: rgb(126,23,46); }
td.TdClassName
{
border-color: #7E172E;
}
.TagClassName
{
border-color: #7E172E;
}
</style>