Shades of Scarlett #7E212D
Tints of Scarlett #7E212D
RGB
CMYK
RGB Variations
Color information
#7E212D (or 0x7E212D) is known color: Scarlett. HEX triplet: 7E, 21 and 2D. RGB value is (126,33,45). Sum of RGB (Red+Green+Blue) = 126+33+45=204 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.76% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 126 - color contains mainly: red. Hex color #7E212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E212D is #81DED2. Grayscale: #3E3E3E. Windows color (decimal): -8511187 or 2957694. OLE color: 2957694.
HSL color Cylindrical-coordinate representation of color #7E212D: hue angle of 352.26º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E212D is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 33 | 45 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.51 |
| HSL | 352.26º | 0.58% | 0.31% | - |
| HSV(B) | 352.26º | 0.74% | 0.49% | - |
| XYZ | 9.62 | 5.71 | 3.08 | - |
| YUV | 62.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 33 | 45 | 0 | 0.74 | 0.64 | 0.51 | 352.26 | 0.58 | 0.31 |
| Hex | 7E | 21 | 2D | 0 | 4A | 40 | 33 | 160 | 3A | 1F |
| Octal | 176 | 41 | 55 | 0 | 112 | 100 | 63 | 540 | 72 | 37 |
| Binary | 1111110 | 100001 | 101101 | 0 | 1001010 | 1000000 | 110011 | 101100000 | 111010 | 11111 |
Color Harmonies of #7E212D
Complementary color
Monochromatic Colors of #7E212D
Black with #7E212D
Text Example
Text Example
White with #7E212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E212D; }
p { color: rgb(126,33,45); }
H1.HeaderClassName
{
color: #7E212D;
}
.AnyTagClassName
{
color: #7E212D;
}
</style>
background-color css
<style>
a { background-color: #7E212D; }
a { background-color: rgb(126,33,45); }
div.DivClassName
{
background-color: #7E212D;
}
.BgClassName
{
background-color: #7E212D;
}
</style>
border-color css
<style>
span { border-color: #7E212D; }
span { border-color: rgb(126,33,45); }
td.TdClassName
{
border-color: #7E212D;
}
.TagClassName
{
border-color: #7E212D;
}
</style>