Shades of Flirt #7C213F
Tints of Flirt #7C213F
RGB
CMYK
RGB Variations
Color information
#7C213F (or 0x7C213F) is known color: Flirt. HEX triplet: 7C, 21 and 3F. RGB value is (124,33,63). Sum of RGB (Red+Green+Blue) = 124+33+63=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C213F is #83DEC0. Grayscale: #3F3F3F. Windows color (decimal): -8642241 or 4137340. OLE color: 4137340.
HSL color Cylindrical-coordinate representation of color #7C213F: hue angle of 340.22º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C213F is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 33 | 63 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.51 |
| HSL | 340.22º | 0.58% | 0.31% | - |
| HSV(B) | 340.22º | 0.73% | 0.49% | - |
| XYZ | 9.75 | 5.73 | 5.29 | - |
| YUV | 63.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 33 | 63 | 0 | 0.73 | 0.49 | 0.51 | 340.22 | 0.58 | 0.31 |
| Hex | 7C | 21 | 3F | 0 | 49 | 31 | 33 | 154 | 3A | 1F |
| Octal | 174 | 41 | 77 | 0 | 111 | 61 | 63 | 524 | 72 | 37 |
| Binary | 1111100 | 100001 | 111111 | 0 | 1001001 | 110001 | 110011 | 101010100 | 111010 | 11111 |
Color Harmonies of #7C213F
Complementary color
Monochromatic Colors of #7C213F
Black with #7C213F
Text Example
Text Example
White with #7C213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C213F; }
p { color: rgb(124,33,63); }
H1.HeaderClassName
{
color: #7C213F;
}
.AnyTagClassName
{
color: #7C213F;
}
</style>
background-color css
<style>
a { background-color: #7C213F; }
a { background-color: rgb(124,33,63); }
div.DivClassName
{
background-color: #7C213F;
}
.BgClassName
{
background-color: #7C213F;
}
</style>
border-color css
<style>
span { border-color: #7C213F; }
span { border-color: rgb(124,33,63); }
td.TdClassName
{
border-color: #7C213F;
}
.TagClassName
{
border-color: #7C213F;
}
</style>