Shades of Flame Red #85282A
Tints of Flame Red #85282A
RGB
CMYK
RGB Variations
Color information
#85282A (or 0x85282A) is known color: Flame Red. HEX triplet: 85, 28 and 2A. RGB value is (133,40,42). Sum of RGB (Red+Green+Blue) = 133+40+42=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85282A is #7AD7D5. Grayscale: #444444. Windows color (decimal): -8050646 or 2762885. OLE color: 2762885.
HSL color Cylindrical-coordinate representation of color #85282A: hue angle of 358.71º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85282A is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 42 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.48 |
| HSL | 358.71º | 0.54% | 0.34% | - |
| HSV(B) | 358.71º | 0.7% | 0.52% | - |
| XYZ | 10.85 | 6.67 | 2.91 | - |
| YUV | 68.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 42 | 0 | 0.70 | 0.68 | 0.48 | 358.71 | 0.54 | 0.34 |
| Hex | 85 | 28 | 2A | 0 | 46 | 44 | 30 | 167 | 36 | 22 |
| Octal | 205 | 50 | 52 | 0 | 106 | 104 | 60 | 547 | 66 | 42 |
| Binary | 10000101 | 101000 | 101010 | 0 | 1000110 | 1000100 | 110000 | 101100111 | 110110 | 100010 |
Color Harmonies of #85282A
Complementary color
Monochromatic Colors of #85282A
Black with #85282A
Text Example
Text Example
White with #85282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85282A; }
p { color: rgb(133,40,42); }
H1.HeaderClassName
{
color: #85282A;
}
.AnyTagClassName
{
color: #85282A;
}
</style>
background-color css
<style>
a { background-color: #85282A; }
a { background-color: rgb(133,40,42); }
div.DivClassName
{
background-color: #85282A;
}
.BgClassName
{
background-color: #85282A;
}
</style>
border-color css
<style>
span { border-color: #85282A; }
span { border-color: rgb(133,40,42); }
td.TdClassName
{
border-color: #85282A;
}
.TagClassName
{
border-color: #85282A;
}
</style>