Shades of Scarlett #80212F
Tints of Scarlett #80212F
RGB
CMYK
RGB Variations
Color information
#80212F (or 0x80212F) is known color: Scarlett. HEX triplet: 80, 21 and 2F. RGB value is (128,33,47). Sum of RGB (Red+Green+Blue) = 128+33+47=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80212F is #7FDED0. Grayscale: #3F3F3F. Windows color (decimal): -8380113 or 3088768. OLE color: 3088768.
HSL color Cylindrical-coordinate representation of color #80212F: hue angle of 351.16º 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 #80212F is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 47 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.50 |
| HSL | 351.16º | 0.59% | 0.32% | - |
| HSV(B) | 351.16º | 0.74% | 0.5% | - |
| XYZ | 9.96 | 5.88 | 3.3 | - |
| YUV | 63 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 47 | 0 | 0.74 | 0.63 | 0.50 | 351.16 | 0.59 | 0.32 |
| Hex | 80 | 21 | 2F | 0 | 4A | 3F | 32 | 15F | 3B | 20 |
| Octal | 200 | 41 | 57 | 0 | 112 | 77 | 62 | 537 | 73 | 40 |
| Binary | 10000000 | 100001 | 101111 | 0 | 1001010 | 111111 | 110010 | 101011111 | 111011 | 100000 |
Color Harmonies of #80212F
Complementary color
Monochromatic Colors of #80212F
Black with #80212F
Text Example
Text Example
White with #80212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80212F; }
p { color: rgb(128,33,47); }
H1.HeaderClassName
{
color: #80212F;
}
.AnyTagClassName
{
color: #80212F;
}
</style>
background-color css
<style>
a { background-color: #80212F; }
a { background-color: rgb(128,33,47); }
div.DivClassName
{
background-color: #80212F;
}
.BgClassName
{
background-color: #80212F;
}
</style>
border-color css
<style>
span { border-color: #80212F; }
span { border-color: rgb(128,33,47); }
td.TdClassName
{
border-color: #80212F;
}
.TagClassName
{
border-color: #80212F;
}
</style>