Shades of Scarlett #801E2B
Tints of Scarlett #801E2B
RGB
CMYK
RGB Variations
Color information
#801E2B (or 0x801E2B) is known color: Scarlett. HEX triplet: 80, 1E and 2B. RGB value is (128,30,43). Sum of RGB (Red+Green+Blue) = 128+30+43=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #801E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801E2B is #7FE1D4. Grayscale: #3C3C3C. Windows color (decimal): -8380885 or 2825856. OLE color: 2825856.
HSL color Cylindrical-coordinate representation of color #801E2B: hue angle of 352.04º degrees, saturation: 0.62, 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 #801E2B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 30 | 43 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.50 |
| HSL | 352.04º | 0.62% | 0.31% | - |
| HSV(B) | 352.04º | 0.77% | 0.5% | - |
| XYZ | 9.8 | 5.69 | 2.87 | - |
| YUV | 60.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 30 | 43 | 0 | 0.77 | 0.66 | 0.50 | 352.04 | 0.62 | 0.31 |
| Hex | 80 | 1E | 2B | 0 | 4D | 42 | 32 | 160 | 3E | 1F |
| Octal | 200 | 36 | 53 | 0 | 115 | 102 | 62 | 540 | 76 | 37 |
| Binary | 10000000 | 11110 | 101011 | 0 | 1001101 | 1000010 | 110010 | 101100000 | 111110 | 11111 |
Color Harmonies of #801E2B
Complementary color
Monochromatic Colors of #801E2B
Black with #801E2B
Text Example
Text Example
White with #801E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801E2B; }
p { color: rgb(128,30,43); }
H1.HeaderClassName
{
color: #801E2B;
}
.AnyTagClassName
{
color: #801E2B;
}
</style>
background-color css
<style>
a { background-color: #801E2B; }
a { background-color: rgb(128,30,43); }
div.DivClassName
{
background-color: #801E2B;
}
.BgClassName
{
background-color: #801E2B;
}
</style>
border-color css
<style>
span { border-color: #801E2B; }
span { border-color: rgb(128,30,43); }
td.TdClassName
{
border-color: #801E2B;
}
.TagClassName
{
border-color: #801E2B;
}
</style>