Shades of Scarlett #7F1A25
Tints of Scarlett #7F1A25
RGB
CMYK
RGB Variations
Color information
#7F1A25 (or 0x7F1A25) is known color: Scarlett. HEX triplet: 7F, 1A and 25. RGB value is (127,26,37). Sum of RGB (Red+Green+Blue) = 127+26+37=190 (25% of max value = 765). Red value is 127 (50% from 255 or 66.84% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1A25 is #80E5DA. Grayscale: #393939. Windows color (decimal): -8447451 or 2431615. OLE color: 2431615.
HSL color Cylindrical-coordinate representation of color #7F1A25: hue angle of 353.47º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1A25 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 26 | 37 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.50 |
| HSL | 353.47º | 0.66% | 0.3% | - |
| HSV(B) | 353.47º | 0.8% | 0.5% | - |
| XYZ | 9.46 | 5.38 | 2.29 | - |
| YUV | 57.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 26 | 37 | 0 | 0.80 | 0.71 | 0.50 | 353.47 | 0.66 | 0.3 |
| Hex | 7F | 1A | 25 | 0 | 50 | 47 | 32 | 161 | 42 | 1E |
| Octal | 177 | 32 | 45 | 0 | 120 | 107 | 62 | 541 | 102 | 36 |
| Binary | 1111111 | 11010 | 100101 | 0 | 1010000 | 1000111 | 110010 | 101100001 | 1000010 | 11110 |
Color Harmonies of #7F1A25
Complementary color
Monochromatic Colors of #7F1A25
Black with #7F1A25
Text Example
Text Example
White with #7F1A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1A25; }
p { color: rgb(127,26,37); }
H1.HeaderClassName
{
color: #7F1A25;
}
.AnyTagClassName
{
color: #7F1A25;
}
</style>
background-color css
<style>
a { background-color: #7F1A25; }
a { background-color: rgb(127,26,37); }
div.DivClassName
{
background-color: #7F1A25;
}
.BgClassName
{
background-color: #7F1A25;
}
</style>
border-color css
<style>
span { border-color: #7F1A25; }
span { border-color: rgb(127,26,37); }
td.TdClassName
{
border-color: #7F1A25;
}
.TagClassName
{
border-color: #7F1A25;
}
</style>