Shades of Flame Red #8A2C2F
Tints of Flame Red #8A2C2F
RGB
CMYK
RGB Variations
Color information
#8A2C2F (or 0x8A2C2F) is known color: Flame Red. HEX triplet: 8A, 2C and 2F. RGB value is (138,44,47). Sum of RGB (Red+Green+Blue) = 138+44+47=229 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.26% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2C2F is #75D3D0. Grayscale: #484848. Windows color (decimal): -7721937 or 3091594. OLE color: 3091594.
HSL color Cylindrical-coordinate representation of color #8A2C2F: hue angle of 358.09º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A2C2F is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 44 | 47 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.46 |
| HSL | 358.09º | 0.52% | 0.36% | - |
| HSV(B) | 358.09º | 0.68% | 0.54% | - |
| XYZ | 11.9 | 7.41 | 3.49 | - |
| YUV | 72.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 44 | 47 | 0 | 0.68 | 0.66 | 0.46 | 358.09 | 0.52 | 0.36 |
| Hex | 8A | 2C | 2F | 0 | 44 | 42 | 2E | 166 | 34 | 24 |
| Octal | 212 | 54 | 57 | 0 | 104 | 102 | 56 | 546 | 64 | 44 |
| Binary | 10001010 | 101100 | 101111 | 0 | 1000100 | 1000010 | 101110 | 101100110 | 110100 | 100100 |
Color Harmonies of #8A2C2F
Complementary color
Monochromatic Colors of #8A2C2F
Black with #8A2C2F
Text Example
Text Example
White with #8A2C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2C2F; }
p { color: rgb(138,44,47); }
H1.HeaderClassName
{
color: #8A2C2F;
}
.AnyTagClassName
{
color: #8A2C2F;
}
</style>
background-color css
<style>
a { background-color: #8A2C2F; }
a { background-color: rgb(138,44,47); }
div.DivClassName
{
background-color: #8A2C2F;
}
.BgClassName
{
background-color: #8A2C2F;
}
</style>
border-color css
<style>
span { border-color: #8A2C2F; }
span { border-color: rgb(138,44,47); }
td.TdClassName
{
border-color: #8A2C2F;
}
.TagClassName
{
border-color: #8A2C2F;
}
</style>