Shades of Scarlett #7D1C36
Tints of Scarlett #7D1C36
RGB
CMYK
RGB Variations
Color information
#7D1C36 (or 0x7D1C36) is known color: Scarlett. HEX triplet: 7D, 1C and 36. RGB value is (125,28,54). Sum of RGB (Red+Green+Blue) = 125+28+54=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1C36 is #82E3C9. Grayscale: #3B3B3B. Windows color (decimal): -8577994 or 3546237. OLE color: 3546237.
HSL color Cylindrical-coordinate representation of color #7D1C36: hue angle of 343.92º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1C36 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 28 | 54 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.51 |
| HSL | 343.92º | 0.63% | 0.3% | - |
| HSV(B) | 343.92º | 0.78% | 0.49% | - |
| XYZ | 9.54 | 5.46 | 4.04 | - |
| YUV | 59.97 | 124.64 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 54 | 0 | 0.78 | 0.57 | 0.51 | 343.92 | 0.63 | 0.3 |
| Hex | 7D | 1C | 36 | 0 | 4E | 39 | 33 | 158 | 3F | 1E |
| Octal | 175 | 34 | 66 | 0 | 116 | 71 | 63 | 530 | 77 | 36 |
| Binary | 1111101 | 11100 | 110110 | 0 | 1001110 | 111001 | 110011 | 101011000 | 111111 | 11110 |
Color Harmonies of #7D1C36
Complementary color
Monochromatic Colors of #7D1C36
Black with #7D1C36
Text Example
Text Example
White with #7D1C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1C36; }
p { color: rgb(125,28,54); }
H1.HeaderClassName
{
color: #7D1C36;
}
.AnyTagClassName
{
color: #7D1C36;
}
</style>
background-color css
<style>
a { background-color: #7D1C36; }
a { background-color: rgb(125,28,54); }
div.DivClassName
{
background-color: #7D1C36;
}
.BgClassName
{
background-color: #7D1C36;
}
</style>
border-color css
<style>
span { border-color: #7D1C36; }
span { border-color: rgb(125,28,54); }
td.TdClassName
{
border-color: #7D1C36;
}
.TagClassName
{
border-color: #7D1C36;
}
</style>