Shades of Scarlett #7D262C
Tints of Scarlett #7D262C
RGB
CMYK
RGB Variations
Color information
#7D262C (or 0x7D262C) is known color: Scarlett. HEX triplet: 7D, 26 and 2C. RGB value is (125,38,44). Sum of RGB (Red+Green+Blue) = 125+38+44=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D262C is #82D9D3. Grayscale: #404040. Windows color (decimal): -8575444 or 2893437. OLE color: 2893437.
HSL color Cylindrical-coordinate representation of color #7D262C: hue angle of 355.86º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D262C is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 38 | 44 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.51 |
| HSL | 355.86º | 0.53% | 0.32% | - |
| HSV(B) | 355.86º | 0.7% | 0.49% | - |
| XYZ | 9.61 | 5.93 | 3.02 | - |
| YUV | 64.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 44 | 0 | 0.70 | 0.65 | 0.51 | 355.86 | 0.53 | 0.32 |
| Hex | 7D | 26 | 2C | 0 | 46 | 41 | 33 | 164 | 35 | 20 |
| Octal | 175 | 46 | 54 | 0 | 106 | 101 | 63 | 544 | 65 | 40 |
| Binary | 1111101 | 100110 | 101100 | 0 | 1000110 | 1000001 | 110011 | 101100100 | 110101 | 100000 |
Color Harmonies of #7D262C
Complementary color
Monochromatic Colors of #7D262C
Black with #7D262C
Text Example
Text Example
White with #7D262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D262C; }
p { color: rgb(125,38,44); }
H1.HeaderClassName
{
color: #7D262C;
}
.AnyTagClassName
{
color: #7D262C;
}
</style>
background-color css
<style>
a { background-color: #7D262C; }
a { background-color: rgb(125,38,44); }
div.DivClassName
{
background-color: #7D262C;
}
.BgClassName
{
background-color: #7D262C;
}
</style>
border-color css
<style>
span { border-color: #7D262C; }
span { border-color: rgb(125,38,44); }
td.TdClassName
{
border-color: #7D262C;
}
.TagClassName
{
border-color: #7D262C;
}
</style>