Shades of Scarlett #7C2233
Tints of Scarlett #7C2233
RGB
CMYK
RGB Variations
Color information
#7C2233 (or 0x7C2233) is known color: Scarlett. HEX triplet: 7C, 22 and 33. RGB value is (124,34,51). Sum of RGB (Red+Green+Blue) = 124+34+51=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2233 is #83DDCC. Grayscale: #3E3E3E. Windows color (decimal): -8641997 or 3351164. OLE color: 3351164.
HSL color Cylindrical-coordinate representation of color #7C2233: hue angle of 348.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 #7C2233 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 34 | 51 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.51 |
| HSL | 348.67º | 0.57% | 0.31% | - |
| HSV(B) | 348.67º | 0.73% | 0.49% | - |
| XYZ | 9.48 | 5.67 | 3.73 | - |
| YUV | 62.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 51 | 0 | 0.73 | 0.59 | 0.51 | 348.67 | 0.57 | 0.31 |
| Hex | 7C | 22 | 33 | 0 | 49 | 3B | 33 | 15D | 39 | 1F |
| Octal | 174 | 42 | 63 | 0 | 111 | 73 | 63 | 535 | 71 | 37 |
| Binary | 1111100 | 100010 | 110011 | 0 | 1001001 | 111011 | 110011 | 101011101 | 111001 | 11111 |
Color Harmonies of #7C2233
Complementary color
Monochromatic Colors of #7C2233
Black with #7C2233
Text Example
Text Example
White with #7C2233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2233; }
p { color: rgb(124,34,51); }
H1.HeaderClassName
{
color: #7C2233;
}
.AnyTagClassName
{
color: #7C2233;
}
</style>
background-color css
<style>
a { background-color: #7C2233; }
a { background-color: rgb(124,34,51); }
div.DivClassName
{
background-color: #7C2233;
}
.BgClassName
{
background-color: #7C2233;
}
</style>
border-color css
<style>
span { border-color: #7C2233; }
span { border-color: rgb(124,34,51); }
td.TdClassName
{
border-color: #7C2233;
}
.TagClassName
{
border-color: #7C2233;
}
</style>