Shades of Scarlett #7E2A32
Tints of Scarlett #7E2A32
RGB
CMYK
RGB Variations
Color information
#7E2A32 (or 0x7E2A32) is known color: Scarlett. HEX triplet: 7E, 2A and 32. RGB value is (126,42,50). Sum of RGB (Red+Green+Blue) = 126+42+50=218 (28% of max value = 765). Red value is 126 (49.61% from 255 or 57.80% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2A32 is #81D5CD. Grayscale: #444444. Windows color (decimal): -8508878 or 3287678. OLE color: 3287678.
HSL color Cylindrical-coordinate representation of color #7E2A32: hue angle of 354.29º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E2A32 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 42 | 50 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.51 |
| HSL | 354.29º | 0.5% | 0.33% | - |
| HSV(B) | 354.29º | 0.67% | 0.49% | - |
| XYZ | 10.01 | 6.32 | 3.71 | - |
| YUV | 68.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 42 | 50 | 0 | 0.67 | 0.60 | 0.51 | 354.29 | 0.5 | 0.33 |
| Hex | 7E | 2A | 32 | 0 | 43 | 3C | 33 | 162 | 32 | 21 |
| Octal | 176 | 52 | 62 | 0 | 103 | 74 | 63 | 542 | 62 | 41 |
| Binary | 1111110 | 101010 | 110010 | 0 | 1000011 | 111100 | 110011 | 101100010 | 110010 | 100001 |
Color Harmonies of #7E2A32
Complementary color
Monochromatic Colors of #7E2A32
Black with #7E2A32
Text Example
Text Example
White with #7E2A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2A32; }
p { color: rgb(126,42,50); }
H1.HeaderClassName
{
color: #7E2A32;
}
.AnyTagClassName
{
color: #7E2A32;
}
</style>
background-color css
<style>
a { background-color: #7E2A32; }
a { background-color: rgb(126,42,50); }
div.DivClassName
{
background-color: #7E2A32;
}
.BgClassName
{
background-color: #7E2A32;
}
</style>
border-color css
<style>
span { border-color: #7E2A32; }
span { border-color: rgb(126,42,50); }
td.TdClassName
{
border-color: #7E2A32;
}
.TagClassName
{
border-color: #7E2A32;
}
</style>