Shades of Flame Red #85191C
Tints of Flame Red #85191C
RGB
CMYK
RGB Variations
Color information
#85191C (or 0x85191C) is known color: Flame Red. HEX triplet: 85, 19 and 1C. RGB value is (133,25,28). Sum of RGB (Red+Green+Blue) = 133+25+28=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #85191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85191C is #7AE6E3. Grayscale: #393939. Windows color (decimal): -8054500 or 1841541. OLE color: 1841541.
HSL color Cylindrical-coordinate representation of color #85191C: hue angle of 358.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85191C is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 28 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.48 |
| HSL | 358.33º | 0.68% | 0.31% | - |
| HSV(B) | 358.33º | 0.81% | 0.52% | - |
| XYZ | 10.23 | 5.77 | 1.67 | - |
| YUV | 57.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 28 | 0 | 0.81 | 0.79 | 0.48 | 358.33 | 0.68 | 0.31 |
| Hex | 85 | 19 | 1C | 0 | 51 | 4F | 30 | 166 | 44 | 1F |
| Octal | 205 | 31 | 34 | 0 | 121 | 117 | 60 | 546 | 104 | 37 |
| Binary | 10000101 | 11001 | 11100 | 0 | 1010001 | 1001111 | 110000 | 101100110 | 1000100 | 11111 |
Color Harmonies of #85191C
Complementary color
Monochromatic Colors of #85191C
Black with #85191C
Text Example
Text Example
White with #85191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85191C; }
p { color: rgb(133,25,28); }
H1.HeaderClassName
{
color: #85191C;
}
.AnyTagClassName
{
color: #85191C;
}
</style>
background-color css
<style>
a { background-color: #85191C; }
a { background-color: rgb(133,25,28); }
div.DivClassName
{
background-color: #85191C;
}
.BgClassName
{
background-color: #85191C;
}
</style>
border-color css
<style>
span { border-color: #85191C; }
span { border-color: rgb(133,25,28); }
td.TdClassName
{
border-color: #85191C;
}
.TagClassName
{
border-color: #85191C;
}
</style>