Shades of Scarlett #80212E
Tints of Scarlett #80212E
RGB
CMYK
RGB Variations
Color information
#80212E (or 0x80212E) is known color: Scarlett. HEX triplet: 80, 21 and 2E. RGB value is (128,33,46). Sum of RGB (Red+Green+Blue) = 128+33+46=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80212E is #7FDED1. Grayscale: #3E3E3E. Windows color (decimal): -8380114 or 3023232. OLE color: 3023232.
HSL color Cylindrical-coordinate representation of color #80212E: hue angle of 351.79º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80212E is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 46 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.50 |
| HSL | 351.79º | 0.59% | 0.32% | - |
| HSV(B) | 351.79º | 0.74% | 0.5% | - |
| XYZ | 9.94 | 5.87 | 3.19 | - |
| YUV | 62.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 46 | 0 | 0.74 | 0.64 | 0.50 | 351.79 | 0.59 | 0.32 |
| Hex | 80 | 21 | 2E | 0 | 4A | 40 | 32 | 160 | 3B | 20 |
| Octal | 200 | 41 | 56 | 0 | 112 | 100 | 62 | 540 | 73 | 40 |
| Binary | 10000000 | 100001 | 101110 | 0 | 1001010 | 1000000 | 110010 | 101100000 | 111011 | 100000 |
Color Harmonies of #80212E
Complementary color
Monochromatic Colors of #80212E
Black with #80212E
Text Example
Text Example
White with #80212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80212E; }
p { color: rgb(128,33,46); }
H1.HeaderClassName
{
color: #80212E;
}
.AnyTagClassName
{
color: #80212E;
}
</style>
background-color css
<style>
a { background-color: #80212E; }
a { background-color: rgb(128,33,46); }
div.DivClassName
{
background-color: #80212E;
}
.BgClassName
{
background-color: #80212E;
}
</style>
border-color css
<style>
span { border-color: #80212E; }
span { border-color: rgb(128,33,46); }
td.TdClassName
{
border-color: #80212E;
}
.TagClassName
{
border-color: #80212E;
}
</style>