Shades of Scarlett #7F1E25
Tints of Scarlett #7F1E25
RGB
CMYK
RGB Variations
Color information
#7F1E25 (or 0x7F1E25) is known color: Scarlett. HEX triplet: 7F, 1E and 25. RGB value is (127,30,37). Sum of RGB (Red+Green+Blue) = 127+30+37=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1E25 is #80E1DA. Grayscale: #3B3B3B. Windows color (decimal): -8446427 or 2432639. OLE color: 2432639.
HSL color Cylindrical-coordinate representation of color #7F1E25: hue angle of 355.67º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F1E25 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 30 | 37 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.50 |
| HSL | 355.67º | 0.62% | 0.31% | - |
| HSV(B) | 355.67º | 0.76% | 0.5% | - |
| XYZ | 9.55 | 5.57 | 2.32 | - |
| YUV | 59.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 30 | 37 | 0 | 0.76 | 0.71 | 0.50 | 355.67 | 0.62 | 0.31 |
| Hex | 7F | 1E | 25 | 0 | 4C | 47 | 32 | 164 | 3E | 1F |
| Octal | 177 | 36 | 45 | 0 | 114 | 107 | 62 | 544 | 76 | 37 |
| Binary | 1111111 | 11110 | 100101 | 0 | 1001100 | 1000111 | 110010 | 101100100 | 111110 | 11111 |
Color Harmonies of #7F1E25
Complementary color
Monochromatic Colors of #7F1E25
Black with #7F1E25
Text Example
Text Example
White with #7F1E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1E25; }
p { color: rgb(127,30,37); }
H1.HeaderClassName
{
color: #7F1E25;
}
.AnyTagClassName
{
color: #7F1E25;
}
</style>
background-color css
<style>
a { background-color: #7F1E25; }
a { background-color: rgb(127,30,37); }
div.DivClassName
{
background-color: #7F1E25;
}
.BgClassName
{
background-color: #7F1E25;
}
</style>
border-color css
<style>
span { border-color: #7F1E25; }
span { border-color: rgb(127,30,37); }
td.TdClassName
{
border-color: #7F1E25;
}
.TagClassName
{
border-color: #7F1E25;
}
</style>