Shades of Scarlett #7E182B
Tints of Scarlett #7E182B
RGB
CMYK
RGB Variations
Color information
#7E182B (or 0x7E182B) is known color: Scarlett. HEX triplet: 7E, 18 and 2B. RGB value is (126,24,43). Sum of RGB (Red+Green+Blue) = 126+24+43=193 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.28% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 126 - color contains mainly: red. Hex color #7E182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E182B is #81E7D4. Grayscale: #383838. Windows color (decimal): -8513493 or 2824318. OLE color: 2824318.
HSL color Cylindrical-coordinate representation of color #7E182B: hue angle of 348.82º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E182B is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 24 | 43 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.51 |
| HSL | 348.82º | 0.68% | 0.29% | - |
| HSV(B) | 348.82º | 0.81% | 0.49% | - |
| XYZ | 9.37 | 5.26 | 2.81 | - |
| YUV | 56.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 24 | 43 | 0 | 0.81 | 0.66 | 0.51 | 348.82 | 0.68 | 0.29 |
| Hex | 7E | 18 | 2B | 0 | 51 | 42 | 33 | 15D | 44 | 1D |
| Octal | 176 | 30 | 53 | 0 | 121 | 102 | 63 | 535 | 104 | 35 |
| Binary | 1111110 | 11000 | 101011 | 0 | 1010001 | 1000010 | 110011 | 101011101 | 1000100 | 11101 |
Color Harmonies of #7E182B
Complementary color
Monochromatic Colors of #7E182B
Black with #7E182B
Text Example
Text Example
White with #7E182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E182B; }
p { color: rgb(126,24,43); }
H1.HeaderClassName
{
color: #7E182B;
}
.AnyTagClassName
{
color: #7E182B;
}
</style>
background-color css
<style>
a { background-color: #7E182B; }
a { background-color: rgb(126,24,43); }
div.DivClassName
{
background-color: #7E182B;
}
.BgClassName
{
background-color: #7E182B;
}
</style>
border-color css
<style>
span { border-color: #7E182B; }
span { border-color: rgb(126,24,43); }
td.TdClassName
{
border-color: #7E182B;
}
.TagClassName
{
border-color: #7E182B;
}
</style>