Shades of Scarlett #7C262B
Tints of Scarlett #7C262B
RGB
CMYK
RGB Variations
Color information
#7C262B (or 0x7C262B) is known color: Scarlett. HEX triplet: 7C, 26 and 2B. RGB value is (124,38,43). Sum of RGB (Red+Green+Blue) = 124+38+43=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C262B is #83D9D4. Grayscale: #404040. Windows color (decimal): -8640981 or 2827900. OLE color: 2827900.
HSL color Cylindrical-coordinate representation of color #7C262B: hue angle of 356.51º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C262B is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 38 | 43 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.51 |
| HSL | 356.51º | 0.53% | 0.32% | - |
| HSV(B) | 356.51º | 0.69% | 0.49% | - |
| XYZ | 9.44 | 5.85 | 2.92 | - |
| YUV | 64.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 38 | 43 | 0 | 0.69 | 0.65 | 0.51 | 356.51 | 0.53 | 0.32 |
| Hex | 7C | 26 | 2B | 0 | 45 | 41 | 33 | 165 | 35 | 20 |
| Octal | 174 | 46 | 53 | 0 | 105 | 101 | 63 | 545 | 65 | 40 |
| Binary | 1111100 | 100110 | 101011 | 0 | 1000101 | 1000001 | 110011 | 101100101 | 110101 | 100000 |
Color Harmonies of #7C262B
Complementary color
Monochromatic Colors of #7C262B
Black with #7C262B
Text Example
Text Example
White with #7C262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C262B; }
p { color: rgb(124,38,43); }
H1.HeaderClassName
{
color: #7C262B;
}
.AnyTagClassName
{
color: #7C262B;
}
</style>
background-color css
<style>
a { background-color: #7C262B; }
a { background-color: rgb(124,38,43); }
div.DivClassName
{
background-color: #7C262B;
}
.BgClassName
{
background-color: #7C262B;
}
</style>
border-color css
<style>
span { border-color: #7C262B; }
span { border-color: rgb(124,38,43); }
td.TdClassName
{
border-color: #7C262B;
}
.TagClassName
{
border-color: #7C262B;
}
</style>