Shades of Scarlett #7E1F35
Tints of Scarlett #7E1F35
RGB
CMYK
RGB Variations
Color information
#7E1F35 (or 0x7E1F35) is known color: Scarlett. HEX triplet: 7E, 1F and 35. RGB value is (126,31,53). Sum of RGB (Red+Green+Blue) = 126+31+53=210 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1F35 is #81E0CA. Grayscale: #3D3D3D. Windows color (decimal): -8511691 or 3481470. OLE color: 3481470.
HSL color Cylindrical-coordinate representation of color #7E1F35: hue angle of 346.11º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E1F35 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 31 | 53 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.51 |
| HSL | 346.11º | 0.61% | 0.31% | - |
| HSV(B) | 346.11º | 0.75% | 0.49% | - |
| XYZ | 9.74 | 5.67 | 3.95 | - |
| YUV | 61.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 31 | 53 | 0 | 0.75 | 0.58 | 0.51 | 346.11 | 0.61 | 0.31 |
| Hex | 7E | 1F | 35 | 0 | 4B | 3A | 33 | 15A | 3D | 1F |
| Octal | 176 | 37 | 65 | 0 | 113 | 72 | 63 | 532 | 75 | 37 |
| Binary | 1111110 | 11111 | 110101 | 0 | 1001011 | 111010 | 110011 | 101011010 | 111101 | 11111 |
Color Harmonies of #7E1F35
Complementary color
Monochromatic Colors of #7E1F35
Black with #7E1F35
Text Example
Text Example
White with #7E1F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1F35; }
p { color: rgb(126,31,53); }
H1.HeaderClassName
{
color: #7E1F35;
}
.AnyTagClassName
{
color: #7E1F35;
}
</style>
background-color css
<style>
a { background-color: #7E1F35; }
a { background-color: rgb(126,31,53); }
div.DivClassName
{
background-color: #7E1F35;
}
.BgClassName
{
background-color: #7E1F35;
}
</style>
border-color css
<style>
span { border-color: #7E1F35; }
span { border-color: rgb(126,31,53); }
td.TdClassName
{
border-color: #7E1F35;
}
.TagClassName
{
border-color: #7E1F35;
}
</style>