Shades of Scarlett #7D182B
Tints of Scarlett #7D182B
RGB
CMYK
RGB Variations
Color information
#7D182B (or 0x7D182B) is known color: Scarlett. HEX triplet: 7D, 18 and 2B. RGB value is (125,24,43). Sum of RGB (Red+Green+Blue) = 125+24+43=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D182B is #82E7D4. Grayscale: #383838. Windows color (decimal): -8579029 or 2824317. OLE color: 2824317.
HSL color Cylindrical-coordinate representation of color #7D182B: hue angle of 348.71º 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 #7D182B is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 43 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.51 |
| HSL | 348.71º | 0.68% | 0.29% | - |
| HSV(B) | 348.71º | 0.81% | 0.49% | - |
| XYZ | 9.22 | 5.19 | 2.8 | - |
| YUV | 56.37 | 120.46 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 43 | 0 | 0.81 | 0.66 | 0.51 | 348.71 | 0.68 | 0.29 |
| Hex | 7D | 18 | 2B | 0 | 51 | 42 | 33 | 15D | 44 | 1D |
| Octal | 175 | 30 | 53 | 0 | 121 | 102 | 63 | 535 | 104 | 35 |
| Binary | 1111101 | 11000 | 101011 | 0 | 1010001 | 1000010 | 110011 | 101011101 | 1000100 | 11101 |
Color Harmonies of #7D182B
Complementary color
Monochromatic Colors of #7D182B
Black with #7D182B
Text Example
Text Example
White with #7D182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D182B; }
p { color: rgb(125,24,43); }
H1.HeaderClassName
{
color: #7D182B;
}
.AnyTagClassName
{
color: #7D182B;
}
</style>
background-color css
<style>
a { background-color: #7D182B; }
a { background-color: rgb(125,24,43); }
div.DivClassName
{
background-color: #7D182B;
}
.BgClassName
{
background-color: #7D182B;
}
</style>
border-color css
<style>
span { border-color: #7D182B; }
span { border-color: rgb(125,24,43); }
td.TdClassName
{
border-color: #7D182B;
}
.TagClassName
{
border-color: #7D182B;
}
</style>