Shades of Scarlett #7E1733
Tints of Scarlett #7E1733
RGB
CMYK
RGB Variations
Color information
#7E1733 (or 0x7E1733) is known color: Scarlett. HEX triplet: 7E, 17 and 33. RGB value is (126,23,51). Sum of RGB (Red+Green+Blue) = 126+23+51=200 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1733 is #81E8CC. Grayscale: #383838. Windows color (decimal): -8513741 or 3348350. OLE color: 3348350.
HSL color Cylindrical-coordinate representation of color #7E1733: hue angle of 343.69º 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 #7E1733 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 51 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.51 |
| HSL | 343.69º | 0.69% | 0.29% | - |
| HSV(B) | 343.69º | 0.82% | 0.49% | - |
| XYZ | 9.51 | 5.29 | 3.65 | - |
| YUV | 56.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 51 | 0 | 0.82 | 0.60 | 0.51 | 343.69 | 0.69 | 0.29 |
| Hex | 7E | 17 | 33 | 0 | 52 | 3C | 33 | 158 | 45 | 1D |
| Octal | 176 | 27 | 63 | 0 | 122 | 74 | 63 | 530 | 105 | 35 |
| Binary | 1111110 | 10111 | 110011 | 0 | 1010010 | 111100 | 110011 | 101011000 | 1000101 | 11101 |
Color Harmonies of #7E1733
Complementary color
Monochromatic Colors of #7E1733
Black with #7E1733
Text Example
Text Example
White with #7E1733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1733; }
p { color: rgb(126,23,51); }
H1.HeaderClassName
{
color: #7E1733;
}
.AnyTagClassName
{
color: #7E1733;
}
</style>
background-color css
<style>
a { background-color: #7E1733; }
a { background-color: rgb(126,23,51); }
div.DivClassName
{
background-color: #7E1733;
}
.BgClassName
{
background-color: #7E1733;
}
</style>
border-color css
<style>
span { border-color: #7E1733; }
span { border-color: rgb(126,23,51); }
td.TdClassName
{
border-color: #7E1733;
}
.TagClassName
{
border-color: #7E1733;
}
</style>