Shades of Flame Red #8A2B2D
Tints of Flame Red #8A2B2D
RGB
CMYK
RGB Variations
Color information
#8A2B2D (or 0x8A2B2D) is known color: Flame Red. HEX triplet: 8A, 2B and 2D. RGB value is (138,43,45). Sum of RGB (Red+Green+Blue) = 138+43+45=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2B2D is #75D4D2. Grayscale: #474747. Windows color (decimal): -7722195 or 2960266. OLE color: 2960266.
HSL color Cylindrical-coordinate representation of color #8A2B2D: hue angle of 358.74º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A2B2D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 43 | 45 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.46 |
| HSL | 358.74º | 0.52% | 0.35% | - |
| HSV(B) | 358.74º | 0.69% | 0.54% | - |
| XYZ | 11.82 | 7.32 | 3.27 | - |
| YUV | 71.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 45 | 0 | 0.69 | 0.67 | 0.46 | 358.74 | 0.52 | 0.35 |
| Hex | 8A | 2B | 2D | 0 | 45 | 43 | 2E | 167 | 34 | 23 |
| Octal | 212 | 53 | 55 | 0 | 105 | 103 | 56 | 547 | 64 | 43 |
| Binary | 10001010 | 101011 | 101101 | 0 | 1000101 | 1000011 | 101110 | 101100111 | 110100 | 100011 |
Color Harmonies of #8A2B2D
Complementary color
Monochromatic Colors of #8A2B2D
Black with #8A2B2D
Text Example
Text Example
White with #8A2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2B2D; }
p { color: rgb(138,43,45); }
H1.HeaderClassName
{
color: #8A2B2D;
}
.AnyTagClassName
{
color: #8A2B2D;
}
</style>
background-color css
<style>
a { background-color: #8A2B2D; }
a { background-color: rgb(138,43,45); }
div.DivClassName
{
background-color: #8A2B2D;
}
.BgClassName
{
background-color: #8A2B2D;
}
</style>
border-color css
<style>
span { border-color: #8A2B2D; }
span { border-color: rgb(138,43,45); }
td.TdClassName
{
border-color: #8A2B2D;
}
.TagClassName
{
border-color: #8A2B2D;
}
</style>