Shades of Scarlett #7D1C34
Tints of Scarlett #7D1C34
RGB
CMYK
RGB Variations
Color information
#7D1C34 (or 0x7D1C34) is known color: Scarlett. HEX triplet: 7D, 1C and 34. RGB value is (125,28,52). Sum of RGB (Red+Green+Blue) = 125+28+52=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1C34 is #82E3CB. Grayscale: #3B3B3B. Windows color (decimal): -8577996 or 3415165. OLE color: 3415165.
HSL color Cylindrical-coordinate representation of color #7D1C34: hue angle of 345.15º 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 #7D1C34 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 28 | 52 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.51 |
| HSL | 345.15º | 0.63% | 0.3% | - |
| HSV(B) | 345.15º | 0.78% | 0.49% | - |
| XYZ | 9.49 | 5.44 | 3.8 | - |
| YUV | 59.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 28 | 52 | 0 | 0.78 | 0.58 | 0.51 | 345.15 | 0.63 | 0.3 |
| Hex | 7D | 1C | 34 | 0 | 4E | 3A | 33 | 159 | 3F | 1E |
| Octal | 175 | 34 | 64 | 0 | 116 | 72 | 63 | 531 | 77 | 36 |
| Binary | 1111101 | 11100 | 110100 | 0 | 1001110 | 111010 | 110011 | 101011001 | 111111 | 11110 |
Color Harmonies of #7D1C34
Complementary color
Monochromatic Colors of #7D1C34
Black with #7D1C34
Text Example
Text Example
White with #7D1C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1C34; }
p { color: rgb(125,28,52); }
H1.HeaderClassName
{
color: #7D1C34;
}
.AnyTagClassName
{
color: #7D1C34;
}
</style>
background-color css
<style>
a { background-color: #7D1C34; }
a { background-color: rgb(125,28,52); }
div.DivClassName
{
background-color: #7D1C34;
}
.BgClassName
{
background-color: #7D1C34;
}
</style>
border-color css
<style>
span { border-color: #7D1C34; }
span { border-color: rgb(125,28,52); }
td.TdClassName
{
border-color: #7D1C34;
}
.TagClassName
{
border-color: #7D1C34;
}
</style>