Shades of Scarlett #7E132F
Tints of Scarlett #7E132F
RGB
CMYK
RGB Variations
Color information
#7E132F (or 0x7E132F) is known color: Scarlett. HEX triplet: 7E, 13 and 2F. RGB value is (126,19,47). Sum of RGB (Red+Green+Blue) = 126+19+47=192 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.62% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 126 - color contains mainly: red. Hex color #7E132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E132F is #81ECD0. Grayscale: #363636. Windows color (decimal): -8514769 or 3085182. OLE color: 3085182.
HSL color Cylindrical-coordinate representation of color #7E132F: hue angle of 344.3º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E132F is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 19 | 47 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.51 |
| HSL | 344.3º | 0.74% | 0.28% | - |
| HSV(B) | 344.3º | 0.85% | 0.49% | - |
| XYZ | 9.35 | 5.11 | 3.18 | - |
| YUV | 54.19 | 123.95 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 19 | 47 | 0 | 0.85 | 0.63 | 0.51 | 344.3 | 0.74 | 0.28 |
| Hex | 7E | 13 | 2F | 0 | 55 | 3F | 33 | 158 | 4A | 1C |
| Octal | 176 | 23 | 57 | 0 | 125 | 77 | 63 | 530 | 112 | 34 |
| Binary | 1111110 | 10011 | 101111 | 0 | 1010101 | 111111 | 110011 | 101011000 | 1001010 | 11100 |
Color Harmonies of #7E132F
Complementary color
Monochromatic Colors of #7E132F
Black with #7E132F
Text Example
Text Example
White with #7E132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E132F; }
p { color: rgb(126,19,47); }
H1.HeaderClassName
{
color: #7E132F;
}
.AnyTagClassName
{
color: #7E132F;
}
</style>
background-color css
<style>
a { background-color: #7E132F; }
a { background-color: rgb(126,19,47); }
div.DivClassName
{
background-color: #7E132F;
}
.BgClassName
{
background-color: #7E132F;
}
</style>
border-color css
<style>
span { border-color: #7E132F; }
span { border-color: rgb(126,19,47); }
td.TdClassName
{
border-color: #7E132F;
}
.TagClassName
{
border-color: #7E132F;
}
</style>