Shades of Scarlett #7C252C
Tints of Scarlett #7C252C
RGB
CMYK
RGB Variations
Color information
#7C252C (or 0x7C252C) is known color: Scarlett. HEX triplet: 7C, 25 and 2C. RGB value is (124,37,44). Sum of RGB (Red+Green+Blue) = 124+37+44=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C252C is #83DAD3. Grayscale: #3F3F3F. Windows color (decimal): -8641236 or 2893180. OLE color: 2893180.
HSL color Cylindrical-coordinate representation of color #7C252C: hue angle of 355.17º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C252C is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 37 | 44 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.51 |
| HSL | 355.17º | 0.54% | 0.32% | - |
| HSV(B) | 355.17º | 0.7% | 0.49% | - |
| XYZ | 9.43 | 5.79 | 3 | - |
| YUV | 63.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 44 | 0 | 0.70 | 0.65 | 0.51 | 355.17 | 0.54 | 0.32 |
| Hex | 7C | 25 | 2C | 0 | 46 | 41 | 33 | 163 | 36 | 20 |
| Octal | 174 | 45 | 54 | 0 | 106 | 101 | 63 | 543 | 66 | 40 |
| Binary | 1111100 | 100101 | 101100 | 0 | 1000110 | 1000001 | 110011 | 101100011 | 110110 | 100000 |
Color Harmonies of #7C252C
Complementary color
Monochromatic Colors of #7C252C
Black with #7C252C
Text Example
Text Example
White with #7C252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C252C; }
p { color: rgb(124,37,44); }
H1.HeaderClassName
{
color: #7C252C;
}
.AnyTagClassName
{
color: #7C252C;
}
</style>
background-color css
<style>
a { background-color: #7C252C; }
a { background-color: rgb(124,37,44); }
div.DivClassName
{
background-color: #7C252C;
}
.BgClassName
{
background-color: #7C252C;
}
</style>
border-color css
<style>
span { border-color: #7C252C; }
span { border-color: rgb(124,37,44); }
td.TdClassName
{
border-color: #7C252C;
}
.TagClassName
{
border-color: #7C252C;
}
</style>