Shades of Scarlett #85212E
Tints of Scarlett #85212E
RGB
CMYK
RGB Variations
Color information
#85212E (or 0x85212E) is known color: Scarlett. HEX triplet: 85, 21 and 2E. RGB value is (133,33,46). Sum of RGB (Red+Green+Blue) = 133+33+46=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85212E is #7ADED1. Grayscale: #404040. Windows color (decimal): -8052434 or 3023237. OLE color: 3023237.
HSL color Cylindrical-coordinate representation of color #85212E: hue angle of 352.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85212E is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 46 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.48 |
| HSL | 352.2º | 0.6% | 0.33% | - |
| HSV(B) | 352.2º | 0.75% | 0.52% | - |
| XYZ | 10.71 | 6.27 | 3.23 | - |
| YUV | 64.38 | 117.63 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 46 | 0 | 0.75 | 0.65 | 0.48 | 352.2 | 0.6 | 0.33 |
| Hex | 85 | 21 | 2E | 0 | 4B | 41 | 30 | 160 | 3C | 21 |
| Octal | 205 | 41 | 56 | 0 | 113 | 101 | 60 | 540 | 74 | 41 |
| Binary | 10000101 | 100001 | 101110 | 0 | 1001011 | 1000001 | 110000 | 101100000 | 111100 | 100001 |
Color Harmonies of #85212E
Complementary color
Monochromatic Colors of #85212E
Black with #85212E
Text Example
Text Example
White with #85212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85212E; }
p { color: rgb(133,33,46); }
H1.HeaderClassName
{
color: #85212E;
}
.AnyTagClassName
{
color: #85212E;
}
</style>
background-color css
<style>
a { background-color: #85212E; }
a { background-color: rgb(133,33,46); }
div.DivClassName
{
background-color: #85212E;
}
.BgClassName
{
background-color: #85212E;
}
</style>
border-color css
<style>
span { border-color: #85212E; }
span { border-color: rgb(133,33,46); }
td.TdClassName
{
border-color: #85212E;
}
.TagClassName
{
border-color: #85212E;
}
</style>