Shades of Flame Red #851D26
Tints of Flame Red #851D26
RGB
CMYK
RGB Variations
Color information
#851D26 (or 0x851D26) is known color: Flame Red. HEX triplet: 85, 1D and 26. RGB value is (133,29,38). Sum of RGB (Red+Green+Blue) = 133+29+38=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #851D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D26 is #7AE2D9. Grayscale: #3D3D3D. Windows color (decimal): -8053466 or 2497925. OLE color: 2497925.
HSL color Cylindrical-coordinate representation of color #851D26: hue angle of 354.81º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D26 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 38 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.48 |
| HSL | 354.81º | 0.64% | 0.32% | - |
| HSV(B) | 354.81º | 0.78% | 0.52% | - |
| XYZ | 10.46 | 6.01 | 2.44 | - |
| YUV | 61.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 38 | 0 | 0.78 | 0.71 | 0.48 | 354.81 | 0.64 | 0.32 |
| Hex | 85 | 1D | 26 | 0 | 4E | 47 | 30 | 163 | 40 | 20 |
| Octal | 205 | 35 | 46 | 0 | 116 | 107 | 60 | 543 | 100 | 40 |
| Binary | 10000101 | 11101 | 100110 | 0 | 1001110 | 1000111 | 110000 | 101100011 | 1000000 | 100000 |
Color Harmonies of #851D26
Complementary color
Monochromatic Colors of #851D26
Black with #851D26
Text Example
Text Example
White with #851D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D26; }
p { color: rgb(133,29,38); }
H1.HeaderClassName
{
color: #851D26;
}
.AnyTagClassName
{
color: #851D26;
}
</style>
background-color css
<style>
a { background-color: #851D26; }
a { background-color: rgb(133,29,38); }
div.DivClassName
{
background-color: #851D26;
}
.BgClassName
{
background-color: #851D26;
}
</style>
border-color css
<style>
span { border-color: #851D26; }
span { border-color: rgb(133,29,38); }
td.TdClassName
{
border-color: #851D26;
}
.TagClassName
{
border-color: #851D26;
}
</style>