Shades of Scarlett #7F1D25
Tints of Scarlett #7F1D25
RGB
CMYK
RGB Variations
Color information
#7F1D25 (or 0x7F1D25) is known color: Scarlett. HEX triplet: 7F, 1D and 25. RGB value is (127,29,37). Sum of RGB (Red+Green+Blue) = 127+29+37=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1D25 is #80E2DA. Grayscale: #3B3B3B. Windows color (decimal): -8446683 or 2432383. OLE color: 2432383.
HSL color Cylindrical-coordinate representation of color #7F1D25: hue angle of 355.1º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F1D25 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 29 | 37 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.50 |
| HSL | 355.1º | 0.63% | 0.31% | - |
| HSV(B) | 355.1º | 0.77% | 0.5% | - |
| XYZ | 9.53 | 5.52 | 2.31 | - |
| YUV | 59.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 29 | 37 | 0 | 0.77 | 0.71 | 0.50 | 355.1 | 0.63 | 0.31 |
| Hex | 7F | 1D | 25 | 0 | 4D | 47 | 32 | 163 | 3F | 1F |
| Octal | 177 | 35 | 45 | 0 | 115 | 107 | 62 | 543 | 77 | 37 |
| Binary | 1111111 | 11101 | 100101 | 0 | 1001101 | 1000111 | 110010 | 101100011 | 111111 | 11111 |
Color Harmonies of #7F1D25
Complementary color
Monochromatic Colors of #7F1D25
Black with #7F1D25
Text Example
Text Example
White with #7F1D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1D25; }
p { color: rgb(127,29,37); }
H1.HeaderClassName
{
color: #7F1D25;
}
.AnyTagClassName
{
color: #7F1D25;
}
</style>
background-color css
<style>
a { background-color: #7F1D25; }
a { background-color: rgb(127,29,37); }
div.DivClassName
{
background-color: #7F1D25;
}
.BgClassName
{
background-color: #7F1D25;
}
</style>
border-color css
<style>
span { border-color: #7F1D25; }
span { border-color: rgb(127,29,37); }
td.TdClassName
{
border-color: #7F1D25;
}
.TagClassName
{
border-color: #7F1D25;
}
</style>