Shades of Scarlett #7C202F
Tints of Scarlett #7C202F
RGB
CMYK
RGB Variations
Color information
#7C202F (or 0x7C202F) is known color: Scarlett. HEX triplet: 7C, 20 and 2F. RGB value is (124,32,47). Sum of RGB (Red+Green+Blue) = 124+32+47=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C202F is #83DFD0. Grayscale: #3D3D3D. Windows color (decimal): -8642513 or 3088508. OLE color: 3088508.
HSL color Cylindrical-coordinate representation of color #7C202F: hue angle of 350.22º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C202F is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 32 | 47 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.51 |
| HSL | 350.22º | 0.59% | 0.31% | - |
| HSV(B) | 350.22º | 0.74% | 0.49% | - |
| XYZ | 9.34 | 5.52 | 3.26 | - |
| YUV | 61.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 47 | 0 | 0.74 | 0.62 | 0.51 | 350.22 | 0.59 | 0.31 |
| Hex | 7C | 20 | 2F | 0 | 4A | 3E | 33 | 15E | 3B | 1F |
| Octal | 174 | 40 | 57 | 0 | 112 | 76 | 63 | 536 | 73 | 37 |
| Binary | 1111100 | 100000 | 101111 | 0 | 1001010 | 111110 | 110011 | 101011110 | 111011 | 11111 |
Color Harmonies of #7C202F
Complementary color
Monochromatic Colors of #7C202F
Black with #7C202F
Text Example
Text Example
White with #7C202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C202F; }
p { color: rgb(124,32,47); }
H1.HeaderClassName
{
color: #7C202F;
}
.AnyTagClassName
{
color: #7C202F;
}
</style>
background-color css
<style>
a { background-color: #7C202F; }
a { background-color: rgb(124,32,47); }
div.DivClassName
{
background-color: #7C202F;
}
.BgClassName
{
background-color: #7C202F;
}
</style>
border-color css
<style>
span { border-color: #7C202F; }
span { border-color: rgb(124,32,47); }
td.TdClassName
{
border-color: #7C202F;
}
.TagClassName
{
border-color: #7C202F;
}
</style>