Shades of Scarlett #7A242D
Tints of Scarlett #7A242D
RGB
CMYK
RGB Variations
Color information
#7A242D (or 0x7A242D) is known color: Scarlett. HEX triplet: 7A, 24 and 2D. RGB value is (122,36,45). Sum of RGB (Red+Green+Blue) = 122+36+45=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A242D is #85DBD2. Grayscale: #3E3E3E. Windows color (decimal): -8772563 or 2958458. OLE color: 2958458.
HSL color Cylindrical-coordinate representation of color #7A242D: hue angle of 353.72º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A242D is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 36 | 45 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.52 |
| HSL | 353.72º | 0.54% | 0.31% | - |
| HSV(B) | 353.72º | 0.7% | 0.48% | - |
| XYZ | 9.13 | 5.59 | 3.08 | - |
| YUV | 62.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 45 | 0 | 0.70 | 0.63 | 0.52 | 353.72 | 0.54 | 0.31 |
| Hex | 7A | 24 | 2D | 0 | 46 | 3F | 34 | 162 | 36 | 1F |
| Octal | 172 | 44 | 55 | 0 | 106 | 77 | 64 | 542 | 66 | 37 |
| Binary | 1111010 | 100100 | 101101 | 0 | 1000110 | 111111 | 110100 | 101100010 | 110110 | 11111 |
Color Harmonies of #7A242D
Complementary color
Monochromatic Colors of #7A242D
Black with #7A242D
Text Example
Text Example
White with #7A242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A242D; }
p { color: rgb(122,36,45); }
H1.HeaderClassName
{
color: #7A242D;
}
.AnyTagClassName
{
color: #7A242D;
}
</style>
background-color css
<style>
a { background-color: #7A242D; }
a { background-color: rgb(122,36,45); }
div.DivClassName
{
background-color: #7A242D;
}
.BgClassName
{
background-color: #7A242D;
}
</style>
border-color css
<style>
span { border-color: #7A242D; }
span { border-color: rgb(122,36,45); }
td.TdClassName
{
border-color: #7A242D;
}
.TagClassName
{
border-color: #7A242D;
}
</style>