Shades of Scarlett #7D2337
Tints of Scarlett #7D2337
RGB
CMYK
RGB Variations
Color information
#7D2337 (or 0x7D2337) is known color: Scarlett. HEX triplet: 7D, 23 and 37. RGB value is (125,35,55). Sum of RGB (Red+Green+Blue) = 125+35+55=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2337 is #82DCC8. Grayscale: #404040. Windows color (decimal): -8576201 or 3613565. OLE color: 3613565.
HSL color Cylindrical-coordinate representation of color #7D2337: hue angle of 346.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D2337 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 35 | 55 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.51 |
| HSL | 346.67º | 0.56% | 0.31% | - |
| HSV(B) | 346.67º | 0.72% | 0.49% | - |
| XYZ | 9.75 | 5.84 | 4.23 | - |
| YUV | 64.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 35 | 55 | 0 | 0.72 | 0.56 | 0.51 | 346.67 | 0.56 | 0.31 |
| Hex | 7D | 23 | 37 | 0 | 48 | 38 | 33 | 15B | 38 | 1F |
| Octal | 175 | 43 | 67 | 0 | 110 | 70 | 63 | 533 | 70 | 37 |
| Binary | 1111101 | 100011 | 110111 | 0 | 1001000 | 111000 | 110011 | 101011011 | 111000 | 11111 |
Color Harmonies of #7D2337
Complementary color
Monochromatic Colors of #7D2337
Black with #7D2337
Text Example
Text Example
White with #7D2337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2337; }
p { color: rgb(125,35,55); }
H1.HeaderClassName
{
color: #7D2337;
}
.AnyTagClassName
{
color: #7D2337;
}
</style>
background-color css
<style>
a { background-color: #7D2337; }
a { background-color: rgb(125,35,55); }
div.DivClassName
{
background-color: #7D2337;
}
.BgClassName
{
background-color: #7D2337;
}
</style>
border-color css
<style>
span { border-color: #7D2337; }
span { border-color: rgb(125,35,55); }
td.TdClassName
{
border-color: #7D2337;
}
.TagClassName
{
border-color: #7D2337;
}
</style>