Shades of Flame Red #8A1F2D
Tints of Flame Red #8A1F2D
RGB
CMYK
RGB Variations
Color information
#8A1F2D (or 0x8A1F2D) is known color: Flame Red. HEX triplet: 8A, 1F and 2D. RGB value is (138,31,45). Sum of RGB (Red+Green+Blue) = 138+31+45=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1F2D is #75E0D2. Grayscale: #404040. Windows color (decimal): -7725267 or 2957194. OLE color: 2957194.
HSL color Cylindrical-coordinate representation of color #8A1F2D: hue angle of 352.15º 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 #8A1F2D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 31 | 45 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.46 |
| HSL | 352.15º | 0.63% | 0.33% | - |
| HSV(B) | 352.15º | 0.78% | 0.54% | - |
| XYZ | 11.44 | 6.57 | 3.15 | - |
| YUV | 64.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 31 | 45 | 0 | 0.78 | 0.67 | 0.46 | 352.15 | 0.63 | 0.33 |
| Hex | 8A | 1F | 2D | 0 | 4E | 43 | 2E | 160 | 3F | 21 |
| Octal | 212 | 37 | 55 | 0 | 116 | 103 | 56 | 540 | 77 | 41 |
| Binary | 10001010 | 11111 | 101101 | 0 | 1001110 | 1000011 | 101110 | 101100000 | 111111 | 100001 |
Color Harmonies of #8A1F2D
Complementary color
Monochromatic Colors of #8A1F2D
Black with #8A1F2D
Text Example
Text Example
White with #8A1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1F2D; }
p { color: rgb(138,31,45); }
H1.HeaderClassName
{
color: #8A1F2D;
}
.AnyTagClassName
{
color: #8A1F2D;
}
</style>
background-color css
<style>
a { background-color: #8A1F2D; }
a { background-color: rgb(138,31,45); }
div.DivClassName
{
background-color: #8A1F2D;
}
.BgClassName
{
background-color: #8A1F2D;
}
</style>
border-color css
<style>
span { border-color: #8A1F2D; }
span { border-color: rgb(138,31,45); }
td.TdClassName
{
border-color: #8A1F2D;
}
.TagClassName
{
border-color: #8A1F2D;
}
</style>