Shades of Scarlett #7E262E
Tints of Scarlett #7E262E
RGB
CMYK
RGB Variations
Color information
#7E262E (or 0x7E262E) is known color: Scarlett. HEX triplet: 7E, 26 and 2E. RGB value is (126,38,46). Sum of RGB (Red+Green+Blue) = 126+38+46=210 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 126 - color contains mainly: red. Hex color #7E262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E262E is #81D9D1. Grayscale: #414141. Windows color (decimal): -8509906 or 3024510. OLE color: 3024510.
HSL color Cylindrical-coordinate representation of color #7E262E: hue angle of 354.55º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E262E is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 38 | 46 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.51 |
| HSL | 354.55º | 0.54% | 0.32% | - |
| HSV(B) | 354.55º | 0.7% | 0.49% | - |
| XYZ | 9.79 | 6.02 | 3.23 | - |
| YUV | 65.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 38 | 46 | 0 | 0.70 | 0.63 | 0.51 | 354.55 | 0.54 | 0.32 |
| Hex | 7E | 26 | 2E | 0 | 46 | 3F | 33 | 163 | 36 | 20 |
| Octal | 176 | 46 | 56 | 0 | 106 | 77 | 63 | 543 | 66 | 40 |
| Binary | 1111110 | 100110 | 101110 | 0 | 1000110 | 111111 | 110011 | 101100011 | 110110 | 100000 |
Color Harmonies of #7E262E
Complementary color
Monochromatic Colors of #7E262E
Black with #7E262E
Text Example
Text Example
White with #7E262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E262E; }
p { color: rgb(126,38,46); }
H1.HeaderClassName
{
color: #7E262E;
}
.AnyTagClassName
{
color: #7E262E;
}
</style>
background-color css
<style>
a { background-color: #7E262E; }
a { background-color: rgb(126,38,46); }
div.DivClassName
{
background-color: #7E262E;
}
.BgClassName
{
background-color: #7E262E;
}
</style>
border-color css
<style>
span { border-color: #7E262E; }
span { border-color: rgb(126,38,46); }
td.TdClassName
{
border-color: #7E262E;
}
.TagClassName
{
border-color: #7E262E;
}
</style>