Shades of Scarlett #7E1D33
Tints of Scarlett #7E1D33
RGB
CMYK
RGB Variations
Color information
#7E1D33 (or 0x7E1D33) is known color: Scarlett. HEX triplet: 7E, 1D and 33. RGB value is (126,29,51). Sum of RGB (Red+Green+Blue) = 126+29+51=206 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.17% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1D33 is #81E2CC. Grayscale: #3C3C3C. Windows color (decimal): -8512205 or 3349886. OLE color: 3349886.
HSL color Cylindrical-coordinate representation of color #7E1D33: hue angle of 346.39º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E1D33 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 29 | 51 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.51 |
| HSL | 346.39º | 0.63% | 0.3% | - |
| HSV(B) | 346.39º | 0.77% | 0.49% | - |
| XYZ | 9.64 | 5.55 | 3.7 | - |
| YUV | 60.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 29 | 51 | 0 | 0.77 | 0.60 | 0.51 | 346.39 | 0.63 | 0.3 |
| Hex | 7E | 1D | 33 | 0 | 4D | 3C | 33 | 15A | 3F | 1E |
| Octal | 176 | 35 | 63 | 0 | 115 | 74 | 63 | 532 | 77 | 36 |
| Binary | 1111110 | 11101 | 110011 | 0 | 1001101 | 111100 | 110011 | 101011010 | 111111 | 11110 |
Color Harmonies of #7E1D33
Complementary color
Monochromatic Colors of #7E1D33
Black with #7E1D33
Text Example
Text Example
White with #7E1D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1D33; }
p { color: rgb(126,29,51); }
H1.HeaderClassName
{
color: #7E1D33;
}
.AnyTagClassName
{
color: #7E1D33;
}
</style>
background-color css
<style>
a { background-color: #7E1D33; }
a { background-color: rgb(126,29,51); }
div.DivClassName
{
background-color: #7E1D33;
}
.BgClassName
{
background-color: #7E1D33;
}
</style>
border-color css
<style>
span { border-color: #7E1D33; }
span { border-color: rgb(126,29,51); }
td.TdClassName
{
border-color: #7E1D33;
}
.TagClassName
{
border-color: #7E1D33;
}
</style>