Shades of Scarlett #7C2528
Tints of Scarlett #7C2528
RGB
CMYK
RGB Variations
Color information
#7C2528 (or 0x7C2528) is known color: Scarlett. HEX triplet: 7C, 25 and 28. RGB value is (124,37,40). Sum of RGB (Red+Green+Blue) = 124+37+40=201 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.69% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2528 is #83DAD7. Grayscale: #3F3F3F. Windows color (decimal): -8641240 or 2631036. OLE color: 2631036.
HSL color Cylindrical-coordinate representation of color #7C2528: hue angle of 357.93º 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 #7C2528 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 37 | 40 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.51 |
| HSL | 357.93º | 0.54% | 0.32% | - |
| HSV(B) | 357.93º | 0.7% | 0.49% | - |
| XYZ | 9.36 | 5.76 | 2.63 | - |
| YUV | 63.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 40 | 0 | 0.70 | 0.68 | 0.51 | 357.93 | 0.54 | 0.32 |
| Hex | 7C | 25 | 28 | 0 | 46 | 44 | 33 | 166 | 36 | 20 |
| Octal | 174 | 45 | 50 | 0 | 106 | 104 | 63 | 546 | 66 | 40 |
| Binary | 1111100 | 100101 | 101000 | 0 | 1000110 | 1000100 | 110011 | 101100110 | 110110 | 100000 |
Color Harmonies of #7C2528
Complementary color
Monochromatic Colors of #7C2528
Black with #7C2528
Text Example
Text Example
White with #7C2528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2528; }
p { color: rgb(124,37,40); }
H1.HeaderClassName
{
color: #7C2528;
}
.AnyTagClassName
{
color: #7C2528;
}
</style>
background-color css
<style>
a { background-color: #7C2528; }
a { background-color: rgb(124,37,40); }
div.DivClassName
{
background-color: #7C2528;
}
.BgClassName
{
background-color: #7C2528;
}
</style>
border-color css
<style>
span { border-color: #7C2528; }
span { border-color: rgb(124,37,40); }
td.TdClassName
{
border-color: #7C2528;
}
.TagClassName
{
border-color: #7C2528;
}
</style>