Shades of Scarlett #7E2126
Tints of Scarlett #7E2126
RGB
CMYK
RGB Variations
Color information
#7E2126 (or 0x7E2126) is known color: Scarlett. HEX triplet: 7E, 21 and 26. RGB value is (126,33,38). Sum of RGB (Red+Green+Blue) = 126+33+38=197 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.96% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2126 is #81DED9. Grayscale: #3D3D3D. Windows color (decimal): -8511194 or 2498942. OLE color: 2498942.
HSL color Cylindrical-coordinate representation of color #7E2126: hue angle of 356.77º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E2126 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 33 | 38 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.51 |
| HSL | 356.77º | 0.58% | 0.31% | - |
| HSV(B) | 356.77º | 0.74% | 0.49% | - |
| XYZ | 9.5 | 5.66 | 2.43 | - |
| YUV | 61.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 33 | 38 | 0 | 0.74 | 0.70 | 0.51 | 356.77 | 0.58 | 0.31 |
| Hex | 7E | 21 | 26 | 0 | 4A | 46 | 33 | 165 | 3A | 1F |
| Octal | 176 | 41 | 46 | 0 | 112 | 106 | 63 | 545 | 72 | 37 |
| Binary | 1111110 | 100001 | 100110 | 0 | 1001010 | 1000110 | 110011 | 101100101 | 111010 | 11111 |
Color Harmonies of #7E2126
Complementary color
Monochromatic Colors of #7E2126
Black with #7E2126
Text Example
Text Example
White with #7E2126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2126; }
p { color: rgb(126,33,38); }
H1.HeaderClassName
{
color: #7E2126;
}
.AnyTagClassName
{
color: #7E2126;
}
</style>
background-color css
<style>
a { background-color: #7E2126; }
a { background-color: rgb(126,33,38); }
div.DivClassName
{
background-color: #7E2126;
}
.BgClassName
{
background-color: #7E2126;
}
</style>
border-color css
<style>
span { border-color: #7E2126; }
span { border-color: rgb(126,33,38); }
td.TdClassName
{
border-color: #7E2126;
}
.TagClassName
{
border-color: #7E2126;
}
</style>