Shades of Flame Red #85181C
Tints of Flame Red #85181C
RGB
CMYK
RGB Variations
Color information
#85181C (or 0x85181C) is known color: Flame Red. HEX triplet: 85, 18 and 1C. RGB value is (133,24,28). Sum of RGB (Red+Green+Blue) = 133+24+28=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #85181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85181C is #7AE7E3. Grayscale: #393939. Windows color (decimal): -8054756 or 1841285. OLE color: 1841285.
HSL color Cylindrical-coordinate representation of color #85181C: hue angle of 357.8º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85181C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 28 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.48 |
| HSL | 357.8º | 0.69% | 0.31% | - |
| HSV(B) | 357.8º | 0.82% | 0.52% | - |
| XYZ | 10.21 | 5.72 | 1.67 | - |
| YUV | 57.05 | 111.61 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 28 | 0 | 0.82 | 0.79 | 0.48 | 357.8 | 0.69 | 0.31 |
| Hex | 85 | 18 | 1C | 0 | 52 | 4F | 30 | 166 | 45 | 1F |
| Octal | 205 | 30 | 34 | 0 | 122 | 117 | 60 | 546 | 105 | 37 |
| Binary | 10000101 | 11000 | 11100 | 0 | 1010010 | 1001111 | 110000 | 101100110 | 1000101 | 11111 |
Color Harmonies of #85181C
Complementary color
Monochromatic Colors of #85181C
Black with #85181C
Text Example
Text Example
White with #85181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85181C; }
p { color: rgb(133,24,28); }
H1.HeaderClassName
{
color: #85181C;
}
.AnyTagClassName
{
color: #85181C;
}
</style>
background-color css
<style>
a { background-color: #85181C; }
a { background-color: rgb(133,24,28); }
div.DivClassName
{
background-color: #85181C;
}
.BgClassName
{
background-color: #85181C;
}
</style>
border-color css
<style>
span { border-color: #85181C; }
span { border-color: rgb(133,24,28); }
td.TdClassName
{
border-color: #85181C;
}
.TagClassName
{
border-color: #85181C;
}
</style>