Shades of Flame Red #85282F
Tints of Flame Red #85282F
RGB
CMYK
RGB Variations
Color information
#85282F (or 0x85282F) is known color: Flame Red. HEX triplet: 85, 28 and 2F. RGB value is (133,40,47). Sum of RGB (Red+Green+Blue) = 133+40+47=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #85282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85282F is #7AD7D0. Grayscale: #444444. Windows color (decimal): -8050641 or 3090565. OLE color: 3090565.
HSL color Cylindrical-coordinate representation of color #85282F: hue angle of 355.48º 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 #85282F is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 47 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.48 |
| HSL | 355.48º | 0.54% | 0.34% | - |
| HSV(B) | 355.48º | 0.7% | 0.52% | - |
| XYZ | 10.94 | 6.71 | 3.41 | - |
| YUV | 68.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 47 | 0 | 0.70 | 0.65 | 0.48 | 355.48 | 0.54 | 0.34 |
| Hex | 85 | 28 | 2F | 0 | 46 | 41 | 30 | 163 | 36 | 22 |
| Octal | 205 | 50 | 57 | 0 | 106 | 101 | 60 | 543 | 66 | 42 |
| Binary | 10000101 | 101000 | 101111 | 0 | 1000110 | 1000001 | 110000 | 101100011 | 110110 | 100010 |
Color Harmonies of #85282F
Complementary color
Monochromatic Colors of #85282F
Black with #85282F
Text Example
Text Example
White with #85282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85282F; }
p { color: rgb(133,40,47); }
H1.HeaderClassName
{
color: #85282F;
}
.AnyTagClassName
{
color: #85282F;
}
</style>
background-color css
<style>
a { background-color: #85282F; }
a { background-color: rgb(133,40,47); }
div.DivClassName
{
background-color: #85282F;
}
.BgClassName
{
background-color: #85282F;
}
</style>
border-color css
<style>
span { border-color: #85282F; }
span { border-color: rgb(133,40,47); }
td.TdClassName
{
border-color: #85282F;
}
.TagClassName
{
border-color: #85282F;
}
</style>