Shades of Scarlett #7A242B
Tints of Scarlett #7A242B
RGB
CMYK
RGB Variations
Color information
#7A242B (or 0x7A242B) is known color: Scarlett. HEX triplet: 7A, 24 and 2B. RGB value is (122,36,43). Sum of RGB (Red+Green+Blue) = 122+36+43=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A242B is #85DBD4. Grayscale: #3E3E3E. Windows color (decimal): -8772565 or 2827386. OLE color: 2827386.
HSL color Cylindrical-coordinate representation of color #7A242B: hue angle of 355.12º 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 #7A242B is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 36 | 43 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.52 |
| HSL | 355.12º | 0.54% | 0.31% | - |
| HSV(B) | 355.12º | 0.7% | 0.48% | - |
| XYZ | 9.09 | 5.57 | 2.88 | - |
| YUV | 62.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 43 | 0 | 0.70 | 0.65 | 0.52 | 355.12 | 0.54 | 0.31 |
| Hex | 7A | 24 | 2B | 0 | 46 | 41 | 34 | 163 | 36 | 1F |
| Octal | 172 | 44 | 53 | 0 | 106 | 101 | 64 | 543 | 66 | 37 |
| Binary | 1111010 | 100100 | 101011 | 0 | 1000110 | 1000001 | 110100 | 101100011 | 110110 | 11111 |
Color Harmonies of #7A242B
Complementary color
Monochromatic Colors of #7A242B
Black with #7A242B
Text Example
Text Example
White with #7A242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A242B; }
p { color: rgb(122,36,43); }
H1.HeaderClassName
{
color: #7A242B;
}
.AnyTagClassName
{
color: #7A242B;
}
</style>
background-color css
<style>
a { background-color: #7A242B; }
a { background-color: rgb(122,36,43); }
div.DivClassName
{
background-color: #7A242B;
}
.BgClassName
{
background-color: #7A242B;
}
</style>
border-color css
<style>
span { border-color: #7A242B; }
span { border-color: rgb(122,36,43); }
td.TdClassName
{
border-color: #7A242B;
}
.TagClassName
{
border-color: #7A242B;
}
</style>