Shades of Scarlett #7D282E
Tints of Scarlett #7D282E
RGB
CMYK
RGB Variations
Color information
#7D282E (or 0x7D282E) is known color: Scarlett. HEX triplet: 7D, 28 and 2E. RGB value is (125,40,46). Sum of RGB (Red+Green+Blue) = 125+40+46=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D282E is #82D7D1. Grayscale: #424242. Windows color (decimal): -8574930 or 3025021. OLE color: 3025021.
HSL color Cylindrical-coordinate representation of color #7D282E: hue angle of 355.76º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D282E is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 46 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.51 |
| HSL | 355.76º | 0.52% | 0.32% | - |
| HSV(B) | 355.76º | 0.68% | 0.49% | - |
| XYZ | 9.71 | 6.07 | 3.25 | - |
| YUV | 66.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 46 | 0 | 0.68 | 0.63 | 0.51 | 355.76 | 0.52 | 0.32 |
| Hex | 7D | 28 | 2E | 0 | 44 | 3F | 33 | 164 | 34 | 20 |
| Octal | 175 | 50 | 56 | 0 | 104 | 77 | 63 | 544 | 64 | 40 |
| Binary | 1111101 | 101000 | 101110 | 0 | 1000100 | 111111 | 110011 | 101100100 | 110100 | 100000 |
Color Harmonies of #7D282E
Complementary color
Monochromatic Colors of #7D282E
Black with #7D282E
Text Example
Text Example
White with #7D282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D282E; }
p { color: rgb(125,40,46); }
H1.HeaderClassName
{
color: #7D282E;
}
.AnyTagClassName
{
color: #7D282E;
}
</style>
background-color css
<style>
a { background-color: #7D282E; }
a { background-color: rgb(125,40,46); }
div.DivClassName
{
background-color: #7D282E;
}
.BgClassName
{
background-color: #7D282E;
}
</style>
border-color css
<style>
span { border-color: #7D282E; }
span { border-color: rgb(125,40,46); }
td.TdClassName
{
border-color: #7D282E;
}
.TagClassName
{
border-color: #7D282E;
}
</style>