Shades of Flame Red #851B1D
Tints of Flame Red #851B1D
RGB
CMYK
RGB Variations
Color information
#851B1D (or 0x851B1D) is known color: Flame Red. HEX triplet: 85, 1B and 1D. RGB value is (133,27,29). Sum of RGB (Red+Green+Blue) = 133+27+29=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #851B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851B1D is #7AE4E2. Grayscale: #3B3B3B. Windows color (decimal): -8053987 or 1907589. OLE color: 1907589.
HSL color Cylindrical-coordinate representation of color #851B1D: hue angle of 358.87º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851B1D is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 27 | 29 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.48 |
| HSL | 358.87º | 0.66% | 0.31% | - |
| HSV(B) | 358.87º | 0.8% | 0.52% | - |
| XYZ | 10.29 | 5.86 | 1.75 | - |
| YUV | 58.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 29 | 0 | 0.80 | 0.78 | 0.48 | 358.87 | 0.66 | 0.31 |
| Hex | 85 | 1B | 1D | 0 | 50 | 4E | 30 | 167 | 42 | 1F |
| Octal | 205 | 33 | 35 | 0 | 120 | 116 | 60 | 547 | 102 | 37 |
| Binary | 10000101 | 11011 | 11101 | 0 | 1010000 | 1001110 | 110000 | 101100111 | 1000010 | 11111 |
Color Harmonies of #851B1D
Complementary color
Monochromatic Colors of #851B1D
Black with #851B1D
Text Example
Text Example
White with #851B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851B1D; }
p { color: rgb(133,27,29); }
H1.HeaderClassName
{
color: #851B1D;
}
.AnyTagClassName
{
color: #851B1D;
}
</style>
background-color css
<style>
a { background-color: #851B1D; }
a { background-color: rgb(133,27,29); }
div.DivClassName
{
background-color: #851B1D;
}
.BgClassName
{
background-color: #851B1D;
}
</style>
border-color css
<style>
span { border-color: #851B1D; }
span { border-color: rgb(133,27,29); }
td.TdClassName
{
border-color: #851B1D;
}
.TagClassName
{
border-color: #851B1D;
}
</style>