Shades of Scarlett #7C2239
Tints of Scarlett #7C2239
RGB
CMYK
RGB Variations
Color information
#7C2239 (or 0x7C2239) is known color: Scarlett. HEX triplet: 7C, 22 and 39. RGB value is (124,34,57). Sum of RGB (Red+Green+Blue) = 124+34+57=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2239 is #83DDC6. Grayscale: #3F3F3F. Windows color (decimal): -8641991 or 3744380. OLE color: 3744380.
HSL color Cylindrical-coordinate representation of color #7C2239: hue angle of 344.67º degrees, saturation: 0.57, 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 #7C2239 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 34 | 57 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.51 |
| HSL | 344.67º | 0.57% | 0.31% | - |
| HSV(B) | 344.67º | 0.73% | 0.49% | - |
| XYZ | 9.62 | 5.72 | 4.47 | - |
| YUV | 63.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 57 | 0 | 0.73 | 0.54 | 0.51 | 344.67 | 0.57 | 0.31 |
| Hex | 7C | 22 | 39 | 0 | 49 | 36 | 33 | 159 | 39 | 1F |
| Octal | 174 | 42 | 71 | 0 | 111 | 66 | 63 | 531 | 71 | 37 |
| Binary | 1111100 | 100010 | 111001 | 0 | 1001001 | 110110 | 110011 | 101011001 | 111001 | 11111 |
Color Harmonies of #7C2239
Complementary color
Monochromatic Colors of #7C2239
Black with #7C2239
Text Example
Text Example
White with #7C2239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2239; }
p { color: rgb(124,34,57); }
H1.HeaderClassName
{
color: #7C2239;
}
.AnyTagClassName
{
color: #7C2239;
}
</style>
background-color css
<style>
a { background-color: #7C2239; }
a { background-color: rgb(124,34,57); }
div.DivClassName
{
background-color: #7C2239;
}
.BgClassName
{
background-color: #7C2239;
}
</style>
border-color css
<style>
span { border-color: #7C2239; }
span { border-color: rgb(124,34,57); }
td.TdClassName
{
border-color: #7C2239;
}
.TagClassName
{
border-color: #7C2239;
}
</style>