Shades of Scarlett #7E1927
Tints of Scarlett #7E1927
RGB
CMYK
RGB Variations
Color information
#7E1927 (or 0x7E1927) is known color: Scarlett. HEX triplet: 7E, 19 and 27. RGB value is (126,25,39). Sum of RGB (Red+Green+Blue) = 126+25+39=190 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.32% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1927 is #81E6D8. Grayscale: #383838. Windows color (decimal): -8513241 or 2562430. OLE color: 2562430.
HSL color Cylindrical-coordinate representation of color #7E1927: hue angle of 351.68º 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 #7E1927 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 25 | 39 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.51 |
| HSL | 351.68º | 0.67% | 0.3% | - |
| HSV(B) | 351.68º | 0.8% | 0.49% | - |
| XYZ | 9.32 | 5.28 | 2.45 | - |
| YUV | 56.8 | 117.96 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 39 | 0 | 0.80 | 0.69 | 0.51 | 351.68 | 0.67 | 0.3 |
| Hex | 7E | 19 | 27 | 0 | 50 | 45 | 33 | 160 | 43 | 1E |
| Octal | 176 | 31 | 47 | 0 | 120 | 105 | 63 | 540 | 103 | 36 |
| Binary | 1111110 | 11001 | 100111 | 0 | 1010000 | 1000101 | 110011 | 101100000 | 1000011 | 11110 |
Color Harmonies of #7E1927
Complementary color
Monochromatic Colors of #7E1927
Black with #7E1927
Text Example
Text Example
White with #7E1927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1927; }
p { color: rgb(126,25,39); }
H1.HeaderClassName
{
color: #7E1927;
}
.AnyTagClassName
{
color: #7E1927;
}
</style>
background-color css
<style>
a { background-color: #7E1927; }
a { background-color: rgb(126,25,39); }
div.DivClassName
{
background-color: #7E1927;
}
.BgClassName
{
background-color: #7E1927;
}
</style>
border-color css
<style>
span { border-color: #7E1927; }
span { border-color: rgb(126,25,39); }
td.TdClassName
{
border-color: #7E1927;
}
.TagClassName
{
border-color: #7E1927;
}
</style>