Shades of Scarlett #7E242A
Tints of Scarlett #7E242A
RGB
CMYK
RGB Variations
Color information
#7E242A (or 0x7E242A) is known color: Scarlett. HEX triplet: 7E, 24 and 2A. RGB value is (126,36,42). Sum of RGB (Red+Green+Blue) = 126+36+42=204 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.76% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 126 - color contains mainly: red. Hex color #7E242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E242A is #81DBD5. Grayscale: #3F3F3F. Windows color (decimal): -8510422 or 2761854. OLE color: 2761854.
HSL color Cylindrical-coordinate representation of color #7E242A: hue angle of 356º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E242A is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 36 | 42 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.51 |
| HSL | 356º | 0.56% | 0.32% | - |
| HSV(B) | 356º | 0.71% | 0.49% | - |
| XYZ | 9.65 | 5.86 | 2.81 | - |
| YUV | 63.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 36 | 42 | 0 | 0.71 | 0.67 | 0.51 | 356 | 0.56 | 0.32 |
| Hex | 7E | 24 | 2A | 0 | 47 | 43 | 33 | 164 | 38 | 20 |
| Octal | 176 | 44 | 52 | 0 | 107 | 103 | 63 | 544 | 70 | 40 |
| Binary | 1111110 | 100100 | 101010 | 0 | 1000111 | 1000011 | 110011 | 101100100 | 111000 | 100000 |
Color Harmonies of #7E242A
Complementary color
Monochromatic Colors of #7E242A
Black with #7E242A
Text Example
Text Example
White with #7E242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E242A; }
p { color: rgb(126,36,42); }
H1.HeaderClassName
{
color: #7E242A;
}
.AnyTagClassName
{
color: #7E242A;
}
</style>
background-color css
<style>
a { background-color: #7E242A; }
a { background-color: rgb(126,36,42); }
div.DivClassName
{
background-color: #7E242A;
}
.BgClassName
{
background-color: #7E242A;
}
</style>
border-color css
<style>
span { border-color: #7E242A; }
span { border-color: rgb(126,36,42); }
td.TdClassName
{
border-color: #7E242A;
}
.TagClassName
{
border-color: #7E242A;
}
</style>