Shades of Flame Red #862B2D
Tints of Flame Red #862B2D
RGB
CMYK
RGB Variations
Color information
#862B2D (or 0x862B2D) is known color: Flame Red. HEX triplet: 86, 2B and 2D. RGB value is (134,43,45). Sum of RGB (Red+Green+Blue) = 134+43+45=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #862B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B2D is #79D4D2. Grayscale: #464646. Windows color (decimal): -7984339 or 2960262. OLE color: 2960262.
HSL color Cylindrical-coordinate representation of color #862B2D: hue angle of 358.68º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #862B2D is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 43 | 45 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.47 |
| HSL | 358.68º | 0.51% | 0.35% | - |
| HSV(B) | 358.68º | 0.68% | 0.53% | - |
| XYZ | 11.17 | 6.99 | 3.24 | - |
| YUV | 70.44 | 113.65 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 43 | 45 | 0 | 0.68 | 0.66 | 0.47 | 358.68 | 0.51 | 0.35 |
| Hex | 86 | 2B | 2D | 0 | 44 | 42 | 2F | 167 | 33 | 23 |
| Octal | 206 | 53 | 55 | 0 | 104 | 102 | 57 | 547 | 63 | 43 |
| Binary | 10000110 | 101011 | 101101 | 0 | 1000100 | 1000010 | 101111 | 101100111 | 110011 | 100011 |
Color Harmonies of #862B2D
Complementary color
Monochromatic Colors of #862B2D
Black with #862B2D
Text Example
Text Example
White with #862B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862B2D; }
p { color: rgb(134,43,45); }
H1.HeaderClassName
{
color: #862B2D;
}
.AnyTagClassName
{
color: #862B2D;
}
</style>
background-color css
<style>
a { background-color: #862B2D; }
a { background-color: rgb(134,43,45); }
div.DivClassName
{
background-color: #862B2D;
}
.BgClassName
{
background-color: #862B2D;
}
</style>
border-color css
<style>
span { border-color: #862B2D; }
span { border-color: rgb(134,43,45); }
td.TdClassName
{
border-color: #862B2D;
}
.TagClassName
{
border-color: #862B2D;
}
</style>