Shades of Flame Red #8A1F2A
Tints of Flame Red #8A1F2A
RGB
CMYK
RGB Variations
Color information
#8A1F2A (or 0x8A1F2A) is known color: Flame Red. HEX triplet: 8A, 1F and 2A. RGB value is (138,31,42). Sum of RGB (Red+Green+Blue) = 138+31+42=211 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.40% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1F2A is #75E0D5. Grayscale: #404040. Windows color (decimal): -7725270 or 2760586. OLE color: 2760586.
HSL color Cylindrical-coordinate representation of color #8A1F2A: hue angle of 353.83º 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 #8A1F2A is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 31 | 42 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.46 |
| HSL | 353.83º | 0.63% | 0.33% | - |
| HSV(B) | 353.83º | 0.78% | 0.54% | - |
| XYZ | 11.39 | 6.55 | 2.85 | - |
| YUV | 64.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 31 | 42 | 0 | 0.78 | 0.70 | 0.46 | 353.83 | 0.63 | 0.33 |
| Hex | 8A | 1F | 2A | 0 | 4E | 46 | 2E | 162 | 3F | 21 |
| Octal | 212 | 37 | 52 | 0 | 116 | 106 | 56 | 542 | 77 | 41 |
| Binary | 10001010 | 11111 | 101010 | 0 | 1001110 | 1000110 | 101110 | 101100010 | 111111 | 100001 |
Color Harmonies of #8A1F2A
Complementary color
Monochromatic Colors of #8A1F2A
Black with #8A1F2A
Text Example
Text Example
White with #8A1F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1F2A; }
p { color: rgb(138,31,42); }
H1.HeaderClassName
{
color: #8A1F2A;
}
.AnyTagClassName
{
color: #8A1F2A;
}
</style>
background-color css
<style>
a { background-color: #8A1F2A; }
a { background-color: rgb(138,31,42); }
div.DivClassName
{
background-color: #8A1F2A;
}
.BgClassName
{
background-color: #8A1F2A;
}
</style>
border-color css
<style>
span { border-color: #8A1F2A; }
span { border-color: rgb(138,31,42); }
td.TdClassName
{
border-color: #8A1F2A;
}
.TagClassName
{
border-color: #8A1F2A;
}
</style>