Shades of Scarlett #7E2237
Tints of Scarlett #7E2237
RGB
CMYK
RGB Variations
Color information
#7E2237 (or 0x7E2237) is known color: Scarlett. HEX triplet: 7E, 22 and 37. RGB value is (126,34,55). Sum of RGB (Red+Green+Blue) = 126+34+55=215 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.60% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2237 is #81DDC8. Grayscale: #3F3F3F. Windows color (decimal): -8510921 or 3613310. OLE color: 3613310.
HSL color Cylindrical-coordinate representation of color #7E2237: hue angle of 346.3º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E2237 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 34 | 55 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.51 |
| HSL | 346.3º | 0.58% | 0.31% | - |
| HSV(B) | 346.3º | 0.73% | 0.49% | - |
| XYZ | 9.87 | 5.86 | 4.22 | - |
| YUV | 63.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 34 | 55 | 0 | 0.73 | 0.56 | 0.51 | 346.3 | 0.58 | 0.31 |
| Hex | 7E | 22 | 37 | 0 | 49 | 38 | 33 | 15A | 3A | 1F |
| Octal | 176 | 42 | 67 | 0 | 111 | 70 | 63 | 532 | 72 | 37 |
| Binary | 1111110 | 100010 | 110111 | 0 | 1001001 | 111000 | 110011 | 101011010 | 111010 | 11111 |
Color Harmonies of #7E2237
Complementary color
Monochromatic Colors of #7E2237
Black with #7E2237
Text Example
Text Example
White with #7E2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2237; }
p { color: rgb(126,34,55); }
H1.HeaderClassName
{
color: #7E2237;
}
.AnyTagClassName
{
color: #7E2237;
}
</style>
background-color css
<style>
a { background-color: #7E2237; }
a { background-color: rgb(126,34,55); }
div.DivClassName
{
background-color: #7E2237;
}
.BgClassName
{
background-color: #7E2237;
}
</style>
border-color css
<style>
span { border-color: #7E2237; }
span { border-color: rgb(126,34,55); }
td.TdClassName
{
border-color: #7E2237;
}
.TagClassName
{
border-color: #7E2237;
}
</style>