Shades of Scarlett #7E1E35
Tints of Scarlett #7E1E35
RGB
CMYK
RGB Variations
Color information
#7E1E35 (or 0x7E1E35) is known color: Scarlett. HEX triplet: 7E, 1E and 35. RGB value is (126,30,53). Sum of RGB (Red+Green+Blue) = 126+30+53=209 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.29% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1E35 is #81E1CA. Grayscale: #3D3D3D. Windows color (decimal): -8511947 or 3481214. OLE color: 3481214.
HSL color Cylindrical-coordinate representation of color #7E1E35: hue angle of 345.62º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E1E35 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 30 | 53 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.51 |
| HSL | 345.63º | 0.62% | 0.31% | - |
| HSV(B) | 345.63º | 0.76% | 0.49% | - |
| XYZ | 9.71 | 5.62 | 3.94 | - |
| YUV | 61.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 30 | 53 | 0 | 0.76 | 0.58 | 0.51 | 345.63 | 0.62 | 0.31 |
| Hex | 7E | 1E | 35 | 0 | 4C | 3A | 33 | 15A | 3E | 1F |
| Octal | 176 | 36 | 65 | 0 | 114 | 72 | 63 | 532 | 76 | 37 |
| Binary | 1111110 | 11110 | 110101 | 0 | 1001100 | 111010 | 110011 | 101011010 | 111110 | 11111 |
Color Harmonies of #7E1E35
Complementary color
Monochromatic Colors of #7E1E35
Black with #7E1E35
Text Example
Text Example
White with #7E1E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1E35; }
p { color: rgb(126,30,53); }
H1.HeaderClassName
{
color: #7E1E35;
}
.AnyTagClassName
{
color: #7E1E35;
}
</style>
background-color css
<style>
a { background-color: #7E1E35; }
a { background-color: rgb(126,30,53); }
div.DivClassName
{
background-color: #7E1E35;
}
.BgClassName
{
background-color: #7E1E35;
}
</style>
border-color css
<style>
span { border-color: #7E1E35; }
span { border-color: rgb(126,30,53); }
td.TdClassName
{
border-color: #7E1E35;
}
.TagClassName
{
border-color: #7E1E35;
}
</style>