Shades of Scarlett #7E152D
Tints of Scarlett #7E152D
RGB
CMYK
RGB Variations
Color information
#7E152D (or 0x7E152D) is known color: Scarlett. HEX triplet: 7E, 15 and 2D. RGB value is (126,21,45). Sum of RGB (Red+Green+Blue) = 126+21+45=192 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.62% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 126 - color contains mainly: red. Hex color #7E152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E152D is #81EAD2. Grayscale: #373737. Windows color (decimal): -8514259 or 2954622. OLE color: 2954622.
HSL color Cylindrical-coordinate representation of color #7E152D: hue angle of 346.29º degrees, saturation: 0.71, 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 #7E152D is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 45 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.51 |
| HSL | 346.29º | 0.71% | 0.29% | - |
| HSV(B) | 346.29º | 0.83% | 0.49% | - |
| XYZ | 9.35 | 5.16 | 2.99 | - |
| YUV | 55.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 45 | 0 | 0.83 | 0.64 | 0.51 | 346.29 | 0.71 | 0.29 |
| Hex | 7E | 15 | 2D | 0 | 53 | 40 | 33 | 15A | 47 | 1D |
| Octal | 176 | 25 | 55 | 0 | 123 | 100 | 63 | 532 | 107 | 35 |
| Binary | 1111110 | 10101 | 101101 | 0 | 1010011 | 1000000 | 110011 | 101011010 | 1000111 | 11101 |
Color Harmonies of #7E152D
Complementary color
Monochromatic Colors of #7E152D
Black with #7E152D
Text Example
Text Example
White with #7E152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E152D; }
p { color: rgb(126,21,45); }
H1.HeaderClassName
{
color: #7E152D;
}
.AnyTagClassName
{
color: #7E152D;
}
</style>
background-color css
<style>
a { background-color: #7E152D; }
a { background-color: rgb(126,21,45); }
div.DivClassName
{
background-color: #7E152D;
}
.BgClassName
{
background-color: #7E152D;
}
</style>
border-color css
<style>
span { border-color: #7E152D; }
span { border-color: rgb(126,21,45); }
td.TdClassName
{
border-color: #7E152D;
}
.TagClassName
{
border-color: #7E152D;
}
</style>