Shades of Scarlett #7E2530
Tints of Scarlett #7E2530
RGB
CMYK
RGB Variations
Color information
#7E2530 (or 0x7E2530) is known color: Scarlett. HEX triplet: 7E, 25 and 30. RGB value is (126,37,48). Sum of RGB (Red+Green+Blue) = 126+37+48=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2530 is #81DACF. Grayscale: #404040. Windows color (decimal): -8510160 or 3155326. OLE color: 3155326.
HSL color Cylindrical-coordinate representation of color #7E2530: hue angle of 352.58º 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 #7E2530 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 37 | 48 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.51 |
| HSL | 352.58º | 0.55% | 0.32% | - |
| HSV(B) | 352.58º | 0.71% | 0.49% | - |
| XYZ | 9.8 | 5.97 | 3.43 | - |
| YUV | 64.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 48 | 0 | 0.71 | 0.62 | 0.51 | 352.58 | 0.55 | 0.32 |
| Hex | 7E | 25 | 30 | 0 | 47 | 3E | 33 | 161 | 37 | 20 |
| Octal | 176 | 45 | 60 | 0 | 107 | 76 | 63 | 541 | 67 | 40 |
| Binary | 1111110 | 100101 | 110000 | 0 | 1000111 | 111110 | 110011 | 101100001 | 110111 | 100000 |
Color Harmonies of #7E2530
Complementary color
Monochromatic Colors of #7E2530
Black with #7E2530
Text Example
Text Example
White with #7E2530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2530; }
p { color: rgb(126,37,48); }
H1.HeaderClassName
{
color: #7E2530;
}
.AnyTagClassName
{
color: #7E2530;
}
</style>
background-color css
<style>
a { background-color: #7E2530; }
a { background-color: rgb(126,37,48); }
div.DivClassName
{
background-color: #7E2530;
}
.BgClassName
{
background-color: #7E2530;
}
</style>
border-color css
<style>
span { border-color: #7E2530; }
span { border-color: rgb(126,37,48); }
td.TdClassName
{
border-color: #7E2530;
}
.TagClassName
{
border-color: #7E2530;
}
</style>