Shades of Scarlett #7C282D
Tints of Scarlett #7C282D
RGB
CMYK
RGB Variations
Color information
#7C282D (or 0x7C282D) is known color: Scarlett. HEX triplet: 7C, 28 and 2D. RGB value is (124,40,45). Sum of RGB (Red+Green+Blue) = 124+40+45=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C282D is #83D7D2. Grayscale: #414141. Windows color (decimal): -8640467 or 2959484. OLE color: 2959484.
HSL color Cylindrical-coordinate representation of color #7C282D: hue angle of 356.43º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C282D is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 45 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.51 |
| HSL | 356.43º | 0.51% | 0.32% | - |
| HSV(B) | 356.43º | 0.68% | 0.49% | - |
| XYZ | 9.54 | 5.99 | 3.14 | - |
| YUV | 65.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 45 | 0 | 0.68 | 0.64 | 0.51 | 356.43 | 0.51 | 0.32 |
| Hex | 7C | 28 | 2D | 0 | 44 | 40 | 33 | 164 | 33 | 20 |
| Octal | 174 | 50 | 55 | 0 | 104 | 100 | 63 | 544 | 63 | 40 |
| Binary | 1111100 | 101000 | 101101 | 0 | 1000100 | 1000000 | 110011 | 101100100 | 110011 | 100000 |
Color Harmonies of #7C282D
Complementary color
Monochromatic Colors of #7C282D
Black with #7C282D
Text Example
Text Example
White with #7C282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C282D; }
p { color: rgb(124,40,45); }
H1.HeaderClassName
{
color: #7C282D;
}
.AnyTagClassName
{
color: #7C282D;
}
</style>
background-color css
<style>
a { background-color: #7C282D; }
a { background-color: rgb(124,40,45); }
div.DivClassName
{
background-color: #7C282D;
}
.BgClassName
{
background-color: #7C282D;
}
</style>
border-color css
<style>
span { border-color: #7C282D; }
span { border-color: rgb(124,40,45); }
td.TdClassName
{
border-color: #7C282D;
}
.TagClassName
{
border-color: #7C282D;
}
</style>