Shades of Flame Red #87262F
Tints of Flame Red #87262F
RGB
CMYK
RGB Variations
Color information
#87262F (or 0x87262F) is known color: Flame Red. HEX triplet: 87, 26 and 2F. RGB value is (135,38,47). Sum of RGB (Red+Green+Blue) = 135+38+47=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #87262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87262F is #78D9D0. Grayscale: #444444. Windows color (decimal): -7920081 or 3090055. OLE color: 3090055.
HSL color Cylindrical-coordinate representation of color #87262F: hue angle of 354.43º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87262F is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 38 | 47 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.47 |
| HSL | 354.43º | 0.56% | 0.34% | - |
| HSV(B) | 354.43º | 0.72% | 0.53% | - |
| XYZ | 11.2 | 6.74 | 3.4 | - |
| YUV | 68.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 47 | 0 | 0.72 | 0.65 | 0.47 | 354.43 | 0.56 | 0.34 |
| Hex | 87 | 26 | 2F | 0 | 48 | 41 | 2F | 162 | 38 | 22 |
| Octal | 207 | 46 | 57 | 0 | 110 | 101 | 57 | 542 | 70 | 42 |
| Binary | 10000111 | 100110 | 101111 | 0 | 1001000 | 1000001 | 101111 | 101100010 | 111000 | 100010 |
Color Harmonies of #87262F
Complementary color
Monochromatic Colors of #87262F
Black with #87262F
Text Example
Text Example
White with #87262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87262F; }
p { color: rgb(135,38,47); }
H1.HeaderClassName
{
color: #87262F;
}
.AnyTagClassName
{
color: #87262F;
}
</style>
background-color css
<style>
a { background-color: #87262F; }
a { background-color: rgb(135,38,47); }
div.DivClassName
{
background-color: #87262F;
}
.BgClassName
{
background-color: #87262F;
}
</style>
border-color css
<style>
span { border-color: #87262F; }
span { border-color: rgb(135,38,47); }
td.TdClassName
{
border-color: #87262F;
}
.TagClassName
{
border-color: #87262F;
}
</style>