Shades of Scarlett #7D262F
Tints of Scarlett #7D262F
RGB
CMYK
RGB Variations
Color information
#7D262F (or 0x7D262F) is known color: Scarlett. HEX triplet: 7D, 26 and 2F. RGB value is (125,38,47). Sum of RGB (Red+Green+Blue) = 125+38+47=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D262F is #82D9D0. Grayscale: #414141. Windows color (decimal): -8575441 or 3090045. OLE color: 3090045.
HSL color Cylindrical-coordinate representation of color #7D262F: hue angle of 353.79º 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 #7D262F is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 38 | 47 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.51 |
| HSL | 353.79º | 0.53% | 0.32% | - |
| HSV(B) | 353.79º | 0.7% | 0.49% | - |
| XYZ | 9.66 | 5.95 | 3.33 | - |
| YUV | 65.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 47 | 0 | 0.70 | 0.62 | 0.51 | 353.79 | 0.53 | 0.32 |
| Hex | 7D | 26 | 2F | 0 | 46 | 3E | 33 | 162 | 35 | 20 |
| Octal | 175 | 46 | 57 | 0 | 106 | 76 | 63 | 542 | 65 | 40 |
| Binary | 1111101 | 100110 | 101111 | 0 | 1000110 | 111110 | 110011 | 101100010 | 110101 | 100000 |
Color Harmonies of #7D262F
Complementary color
Monochromatic Colors of #7D262F
Black with #7D262F
Text Example
Text Example
White with #7D262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D262F; }
p { color: rgb(125,38,47); }
H1.HeaderClassName
{
color: #7D262F;
}
.AnyTagClassName
{
color: #7D262F;
}
</style>
background-color css
<style>
a { background-color: #7D262F; }
a { background-color: rgb(125,38,47); }
div.DivClassName
{
background-color: #7D262F;
}
.BgClassName
{
background-color: #7D262F;
}
</style>
border-color css
<style>
span { border-color: #7D262F; }
span { border-color: rgb(125,38,47); }
td.TdClassName
{
border-color: #7D262F;
}
.TagClassName
{
border-color: #7D262F;
}
</style>