Shades of Scarlett #7E223A
Tints of Scarlett #7E223A
RGB
CMYK
RGB Variations
Color information
#7E223A (or 0x7E223A) is known color: Scarlett. HEX triplet: 7E, 22 and 3A. RGB value is (126,34,58). Sum of RGB (Red+Green+Blue) = 126+34+58=218 (28% of max value = 765). Red value is 126 (49.61% from 255 or 57.80% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 126 - color contains mainly: red. Hex color #7E223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E223A is #81DDC5. Grayscale: #404040. Windows color (decimal): -8510918 or 3809918. OLE color: 3809918.
HSL color Cylindrical-coordinate representation of color #7E223A: hue angle of 344.35º 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 #7E223A is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 34 | 58 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.51 |
| HSL | 344.35º | 0.58% | 0.31% | - |
| HSV(B) | 344.35º | 0.73% | 0.49% | - |
| XYZ | 9.94 | 5.89 | 4.62 | - |
| YUV | 64.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 34 | 58 | 0 | 0.73 | 0.54 | 0.51 | 344.35 | 0.58 | 0.31 |
| Hex | 7E | 22 | 3A | 0 | 49 | 36 | 33 | 158 | 3A | 1F |
| Octal | 176 | 42 | 72 | 0 | 111 | 66 | 63 | 530 | 72 | 37 |
| Binary | 1111110 | 100010 | 111010 | 0 | 1001001 | 110110 | 110011 | 101011000 | 111010 | 11111 |
Color Harmonies of #7E223A
Complementary color
Monochromatic Colors of #7E223A
Black with #7E223A
Text Example
Text Example
White with #7E223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E223A; }
p { color: rgb(126,34,58); }
H1.HeaderClassName
{
color: #7E223A;
}
.AnyTagClassName
{
color: #7E223A;
}
</style>
background-color css
<style>
a { background-color: #7E223A; }
a { background-color: rgb(126,34,58); }
div.DivClassName
{
background-color: #7E223A;
}
.BgClassName
{
background-color: #7E223A;
}
</style>
border-color css
<style>
span { border-color: #7E223A; }
span { border-color: rgb(126,34,58); }
td.TdClassName
{
border-color: #7E223A;
}
.TagClassName
{
border-color: #7E223A;
}
</style>