Shades of Flame Red #8A1F2B
Tints of Flame Red #8A1F2B
RGB
CMYK
RGB Variations
Color information
#8A1F2B (or 0x8A1F2B) is known color: Flame Red. HEX triplet: 8A, 1F and 2B. RGB value is (138,31,43). Sum of RGB (Red+Green+Blue) = 138+31+43=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1F2B is #75E0D4. Grayscale: #404040. Windows color (decimal): -7725269 or 2826122. OLE color: 2826122.
HSL color Cylindrical-coordinate representation of color #8A1F2B: hue angle of 353.27º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1F2B is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 31 | 43 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.46 |
| HSL | 353.27º | 0.63% | 0.33% | - |
| HSV(B) | 353.27º | 0.78% | 0.54% | - |
| XYZ | 11.41 | 6.56 | 2.95 | - |
| YUV | 64.36 | 115.95 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 31 | 43 | 0 | 0.78 | 0.69 | 0.46 | 353.27 | 0.63 | 0.33 |
| Hex | 8A | 1F | 2B | 0 | 4E | 45 | 2E | 161 | 3F | 21 |
| Octal | 212 | 37 | 53 | 0 | 116 | 105 | 56 | 541 | 77 | 41 |
| Binary | 10001010 | 11111 | 101011 | 0 | 1001110 | 1000101 | 101110 | 101100001 | 111111 | 100001 |
Color Harmonies of #8A1F2B
Complementary color
Monochromatic Colors of #8A1F2B
Black with #8A1F2B
Text Example
Text Example
White with #8A1F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1F2B; }
p { color: rgb(138,31,43); }
H1.HeaderClassName
{
color: #8A1F2B;
}
.AnyTagClassName
{
color: #8A1F2B;
}
</style>
background-color css
<style>
a { background-color: #8A1F2B; }
a { background-color: rgb(138,31,43); }
div.DivClassName
{
background-color: #8A1F2B;
}
.BgClassName
{
background-color: #8A1F2B;
}
</style>
border-color css
<style>
span { border-color: #8A1F2B; }
span { border-color: rgb(138,31,43); }
td.TdClassName
{
border-color: #8A1F2B;
}
.TagClassName
{
border-color: #8A1F2B;
}
</style>