Shades of Scarlett #7D242D
Tints of Scarlett #7D242D
RGB
CMYK
RGB Variations
Color information
#7D242D (or 0x7D242D) is known color: Scarlett. HEX triplet: 7D, 24 and 2D. RGB value is (125,36,45). Sum of RGB (Red+Green+Blue) = 125+36+45=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D242D is #82DBD2. Grayscale: #3F3F3F. Windows color (decimal): -8575955 or 2958461. OLE color: 2958461.
HSL color Cylindrical-coordinate representation of color #7D242D: hue angle of 353.93º degrees, saturation: 0.55, 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 #7D242D is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 36 | 45 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.51 |
| HSL | 353.93º | 0.55% | 0.32% | - |
| HSV(B) | 353.93º | 0.71% | 0.49% | - |
| XYZ | 9.56 | 5.81 | 3.1 | - |
| YUV | 63.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 45 | 0 | 0.71 | 0.64 | 0.51 | 353.93 | 0.55 | 0.32 |
| Hex | 7D | 24 | 2D | 0 | 47 | 40 | 33 | 162 | 37 | 20 |
| Octal | 175 | 44 | 55 | 0 | 107 | 100 | 63 | 542 | 67 | 40 |
| Binary | 1111101 | 100100 | 101101 | 0 | 1000111 | 1000000 | 110011 | 101100010 | 110111 | 100000 |
Color Harmonies of #7D242D
Complementary color
Monochromatic Colors of #7D242D
Black with #7D242D
Text Example
Text Example
White with #7D242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D242D; }
p { color: rgb(125,36,45); }
H1.HeaderClassName
{
color: #7D242D;
}
.AnyTagClassName
{
color: #7D242D;
}
</style>
background-color css
<style>
a { background-color: #7D242D; }
a { background-color: rgb(125,36,45); }
div.DivClassName
{
background-color: #7D242D;
}
.BgClassName
{
background-color: #7D242D;
}
</style>
border-color css
<style>
span { border-color: #7D242D; }
span { border-color: rgb(125,36,45); }
td.TdClassName
{
border-color: #7D242D;
}
.TagClassName
{
border-color: #7D242D;
}
</style>