Shades of Scarlett #7F212F
Tints of Scarlett #7F212F
RGB
CMYK
RGB Variations
Color information
#7F212F (or 0x7F212F) is known color: Scarlett. HEX triplet: 7F, 21 and 2F. RGB value is (127,33,47). Sum of RGB (Red+Green+Blue) = 127+33+47=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F212F is #80DED0. Grayscale: #3E3E3E. Windows color (decimal): -8445649 or 3088767. OLE color: 3088767.
HSL color Cylindrical-coordinate representation of color #7F212F: hue angle of 351.06º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F212F is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 33 | 47 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.50 |
| HSL | 351.06º | 0.59% | 0.31% | - |
| HSV(B) | 351.06º | 0.74% | 0.5% | - |
| XYZ | 9.81 | 5.8 | 3.29 | - |
| YUV | 62.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 33 | 47 | 0 | 0.74 | 0.63 | 0.50 | 351.06 | 0.59 | 0.31 |
| Hex | 7F | 21 | 2F | 0 | 4A | 3F | 32 | 15F | 3B | 1F |
| Octal | 177 | 41 | 57 | 0 | 112 | 77 | 62 | 537 | 73 | 37 |
| Binary | 1111111 | 100001 | 101111 | 0 | 1001010 | 111111 | 110010 | 101011111 | 111011 | 11111 |
Color Harmonies of #7F212F
Complementary color
Monochromatic Colors of #7F212F
Black with #7F212F
Text Example
Text Example
White with #7F212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F212F; }
p { color: rgb(127,33,47); }
H1.HeaderClassName
{
color: #7F212F;
}
.AnyTagClassName
{
color: #7F212F;
}
</style>
background-color css
<style>
a { background-color: #7F212F; }
a { background-color: rgb(127,33,47); }
div.DivClassName
{
background-color: #7F212F;
}
.BgClassName
{
background-color: #7F212F;
}
</style>
border-color css
<style>
span { border-color: #7F212F; }
span { border-color: rgb(127,33,47); }
td.TdClassName
{
border-color: #7F212F;
}
.TagClassName
{
border-color: #7F212F;
}
</style>