Shades of Flame Red #85151A
Tints of Flame Red #85151A
RGB
CMYK
RGB Variations
Color information
#85151A (or 0x85151A) is known color: Flame Red. HEX triplet: 85, 15 and 1A. RGB value is (133,21,26). Sum of RGB (Red+Green+Blue) = 133+21+26=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #85151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85151A is #7AEAE5. Grayscale: #373737. Windows color (decimal): -8055526 or 1709445. OLE color: 1709445.
HSL color Cylindrical-coordinate representation of color #85151A: hue angle of 357.32º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85151A is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 21 | 26 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.48 |
| HSL | 357.32º | 0.73% | 0.3% | - |
| HSV(B) | 357.32º | 0.84% | 0.52% | - |
| XYZ | 10.13 | 5.6 | 1.52 | - |
| YUV | 55.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 26 | 0 | 0.84 | 0.80 | 0.48 | 357.32 | 0.73 | 0.3 |
| Hex | 85 | 15 | 1A | 0 | 54 | 50 | 30 | 165 | 49 | 1E |
| Octal | 205 | 25 | 32 | 0 | 124 | 120 | 60 | 545 | 111 | 36 |
| Binary | 10000101 | 10101 | 11010 | 0 | 1010100 | 1010000 | 110000 | 101100101 | 1001001 | 11110 |
Color Harmonies of #85151A
Complementary color
Monochromatic Colors of #85151A
Black with #85151A
Text Example
Text Example
White with #85151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85151A; }
p { color: rgb(133,21,26); }
H1.HeaderClassName
{
color: #85151A;
}
.AnyTagClassName
{
color: #85151A;
}
</style>
background-color css
<style>
a { background-color: #85151A; }
a { background-color: rgb(133,21,26); }
div.DivClassName
{
background-color: #85151A;
}
.BgClassName
{
background-color: #85151A;
}
</style>
border-color css
<style>
span { border-color: #85151A; }
span { border-color: rgb(133,21,26); }
td.TdClassName
{
border-color: #85151A;
}
.TagClassName
{
border-color: #85151A;
}
</style>