Shades of Scarlett #7E1F36
Tints of Scarlett #7E1F36
RGB
CMYK
RGB Variations
Color information
#7E1F36 (or 0x7E1F36) is known color: Scarlett. HEX triplet: 7E, 1F and 36. RGB value is (126,31,54). Sum of RGB (Red+Green+Blue) = 126+31+54=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1F36 is #81E0C9. Grayscale: #3E3E3E. Windows color (decimal): -8511690 or 3547006. OLE color: 3547006.
HSL color Cylindrical-coordinate representation of color #7E1F36: hue angle of 345.47º 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 #7E1F36 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 31 | 54 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.51 |
| HSL | 345.47º | 0.61% | 0.31% | - |
| HSV(B) | 345.47º | 0.75% | 0.49% | - |
| XYZ | 9.76 | 5.68 | 4.07 | - |
| YUV | 62.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 31 | 54 | 0 | 0.75 | 0.57 | 0.51 | 345.47 | 0.61 | 0.31 |
| Hex | 7E | 1F | 36 | 0 | 4B | 39 | 33 | 159 | 3D | 1F |
| Octal | 176 | 37 | 66 | 0 | 113 | 71 | 63 | 531 | 75 | 37 |
| Binary | 1111110 | 11111 | 110110 | 0 | 1001011 | 111001 | 110011 | 101011001 | 111101 | 11111 |
Color Harmonies of #7E1F36
Complementary color
Monochromatic Colors of #7E1F36
Black with #7E1F36
Text Example
Text Example
White with #7E1F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1F36; }
p { color: rgb(126,31,54); }
H1.HeaderClassName
{
color: #7E1F36;
}
.AnyTagClassName
{
color: #7E1F36;
}
</style>
background-color css
<style>
a { background-color: #7E1F36; }
a { background-color: rgb(126,31,54); }
div.DivClassName
{
background-color: #7E1F36;
}
.BgClassName
{
background-color: #7E1F36;
}
</style>
border-color css
<style>
span { border-color: #7E1F36; }
span { border-color: rgb(126,31,54); }
td.TdClassName
{
border-color: #7E1F36;
}
.TagClassName
{
border-color: #7E1F36;
}
</style>