Shades of Flame Red #851722
Tints of Flame Red #851722
RGB
CMYK
RGB Variations
Color information
#851722 (or 0x851722) is known color: Flame Red. HEX triplet: 85, 17 and 22. RGB value is (133,23,34). Sum of RGB (Red+Green+Blue) = 133+23+34=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #851722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851722 is #7AE8DD. Grayscale: #393939. Windows color (decimal): -8055006 or 2234245. OLE color: 2234245.
HSL color Cylindrical-coordinate representation of color #851722: hue angle of 354º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851722 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 34 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.48 |
| HSL | 354º | 0.71% | 0.31% | - |
| HSV(B) | 354º | 0.83% | 0.52% | - |
| XYZ | 10.27 | 5.71 | 2.08 | - |
| YUV | 57.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 34 | 0 | 0.83 | 0.74 | 0.48 | 354 | 0.71 | 0.31 |
| Hex | 85 | 17 | 22 | 0 | 53 | 4A | 30 | 162 | 47 | 1F |
| Octal | 205 | 27 | 42 | 0 | 123 | 112 | 60 | 542 | 107 | 37 |
| Binary | 10000101 | 10111 | 100010 | 0 | 1010011 | 1001010 | 110000 | 101100010 | 1000111 | 11111 |
Color Harmonies of #851722
Complementary color
Monochromatic Colors of #851722
Black with #851722
Text Example
Text Example
White with #851722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851722; }
p { color: rgb(133,23,34); }
H1.HeaderClassName
{
color: #851722;
}
.AnyTagClassName
{
color: #851722;
}
</style>
background-color css
<style>
a { background-color: #851722; }
a { background-color: rgb(133,23,34); }
div.DivClassName
{
background-color: #851722;
}
.BgClassName
{
background-color: #851722;
}
</style>
border-color css
<style>
span { border-color: #851722; }
span { border-color: rgb(133,23,34); }
td.TdClassName
{
border-color: #851722;
}
.TagClassName
{
border-color: #851722;
}
</style>