Shades of Scarlett #801D2E
Tints of Scarlett #801D2E
RGB
CMYK
RGB Variations
Color information
#801D2E (or 0x801D2E) is known color: Scarlett. HEX triplet: 80, 1D and 2E. RGB value is (128,29,46). Sum of RGB (Red+Green+Blue) = 128+29+46=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #801D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801D2E is #7FE2D1. Grayscale: #3C3C3C. Windows color (decimal): -8381138 or 3022208. OLE color: 3022208.
HSL color Cylindrical-coordinate representation of color #801D2E: hue angle of 349.7º 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 #801D2E is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 29 | 46 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.50 |
| HSL | 349.7º | 0.63% | 0.31% | - |
| HSV(B) | 349.7º | 0.77% | 0.5% | - |
| XYZ | 9.83 | 5.67 | 3.16 | - |
| YUV | 60.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 46 | 0 | 0.77 | 0.64 | 0.50 | 349.7 | 0.63 | 0.31 |
| Hex | 80 | 1D | 2E | 0 | 4D | 40 | 32 | 15E | 3F | 1F |
| Octal | 200 | 35 | 56 | 0 | 115 | 100 | 62 | 536 | 77 | 37 |
| Binary | 10000000 | 11101 | 101110 | 0 | 1001101 | 1000000 | 110010 | 101011110 | 111111 | 11111 |
Color Harmonies of #801D2E
Complementary color
Monochromatic Colors of #801D2E
Black with #801D2E
Text Example
Text Example
White with #801D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801D2E; }
p { color: rgb(128,29,46); }
H1.HeaderClassName
{
color: #801D2E;
}
.AnyTagClassName
{
color: #801D2E;
}
</style>
background-color css
<style>
a { background-color: #801D2E; }
a { background-color: rgb(128,29,46); }
div.DivClassName
{
background-color: #801D2E;
}
.BgClassName
{
background-color: #801D2E;
}
</style>
border-color css
<style>
span { border-color: #801D2E; }
span { border-color: rgb(128,29,46); }
td.TdClassName
{
border-color: #801D2E;
}
.TagClassName
{
border-color: #801D2E;
}
</style>