Shades of Scarlett #7F1C2D
Tints of Scarlett #7F1C2D
RGB
CMYK
RGB Variations
Color information
#7F1C2D (or 0x7F1C2D) is known color: Scarlett. HEX triplet: 7F, 1C and 2D. RGB value is (127,28,45). Sum of RGB (Red+Green+Blue) = 127+28+45=200 (26% of max value = 765). Red value is 127 (50% from 255 or 63.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1C2D is #80E3D2. Grayscale: #3B3B3B. Windows color (decimal): -8446931 or 2956415. OLE color: 2956415.
HSL color Cylindrical-coordinate representation of color #7F1C2D: hue angle of 349.7º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F1C2D is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 28 | 45 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.50 |
| HSL | 349.7º | 0.64% | 0.3% | - |
| HSV(B) | 349.7º | 0.78% | 0.5% | - |
| XYZ | 9.64 | 5.53 | 3.04 | - |
| YUV | 59.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 28 | 45 | 0 | 0.78 | 0.65 | 0.50 | 349.7 | 0.64 | 0.3 |
| Hex | 7F | 1C | 2D | 0 | 4E | 41 | 32 | 15E | 40 | 1E |
| Octal | 177 | 34 | 55 | 0 | 116 | 101 | 62 | 536 | 100 | 36 |
| Binary | 1111111 | 11100 | 101101 | 0 | 1001110 | 1000001 | 110010 | 101011110 | 1000000 | 11110 |
Color Harmonies of #7F1C2D
Complementary color
Monochromatic Colors of #7F1C2D
Black with #7F1C2D
Text Example
Text Example
White with #7F1C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1C2D; }
p { color: rgb(127,28,45); }
H1.HeaderClassName
{
color: #7F1C2D;
}
.AnyTagClassName
{
color: #7F1C2D;
}
</style>
background-color css
<style>
a { background-color: #7F1C2D; }
a { background-color: rgb(127,28,45); }
div.DivClassName
{
background-color: #7F1C2D;
}
.BgClassName
{
background-color: #7F1C2D;
}
</style>
border-color css
<style>
span { border-color: #7F1C2D; }
span { border-color: rgb(127,28,45); }
td.TdClassName
{
border-color: #7F1C2D;
}
.TagClassName
{
border-color: #7F1C2D;
}
</style>