Shades of Scarlett #7E2529
Tints of Scarlett #7E2529
RGB
CMYK
RGB Variations
Color information
#7E2529 (or 0x7E2529) is known color: Scarlett. HEX triplet: 7E, 25 and 29. RGB value is (126,37,41). Sum of RGB (Red+Green+Blue) = 126+37+41=204 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.76% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2529 is #81DAD6. Grayscale: #404040. Windows color (decimal): -8510167 or 2696574. OLE color: 2696574.
HSL color Cylindrical-coordinate representation of color #7E2529: hue angle of 357.3º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E2529 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 37 | 41 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.51 |
| HSL | 357.3º | 0.55% | 0.32% | - |
| HSV(B) | 357.3º | 0.71% | 0.49% | - |
| XYZ | 9.67 | 5.92 | 2.73 | - |
| YUV | 64.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 41 | 0 | 0.71 | 0.67 | 0.51 | 357.3 | 0.55 | 0.32 |
| Hex | 7E | 25 | 29 | 0 | 47 | 43 | 33 | 165 | 37 | 20 |
| Octal | 176 | 45 | 51 | 0 | 107 | 103 | 63 | 545 | 67 | 40 |
| Binary | 1111110 | 100101 | 101001 | 0 | 1000111 | 1000011 | 110011 | 101100101 | 110111 | 100000 |
Color Harmonies of #7E2529
Complementary color
Monochromatic Colors of #7E2529
Black with #7E2529
Text Example
Text Example
White with #7E2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2529; }
p { color: rgb(126,37,41); }
H1.HeaderClassName
{
color: #7E2529;
}
.AnyTagClassName
{
color: #7E2529;
}
</style>
background-color css
<style>
a { background-color: #7E2529; }
a { background-color: rgb(126,37,41); }
div.DivClassName
{
background-color: #7E2529;
}
.BgClassName
{
background-color: #7E2529;
}
</style>
border-color css
<style>
span { border-color: #7E2529; }
span { border-color: rgb(126,37,41); }
td.TdClassName
{
border-color: #7E2529;
}
.TagClassName
{
border-color: #7E2529;
}
</style>