Shades of Flame Red #8A1B2A
Tints of Flame Red #8A1B2A
RGB
CMYK
RGB Variations
Color information
#8A1B2A (or 0x8A1B2A) is known color: Flame Red. HEX triplet: 8A, 1B and 2A. RGB value is (138,27,42). Sum of RGB (Red+Green+Blue) = 138+27+42=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1B2A is #75E4D5. Grayscale: #3D3D3D. Windows color (decimal): -7726294 or 2759562. OLE color: 2759562.
HSL color Cylindrical-coordinate representation of color #8A1B2A: hue angle of 351.89º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1B2A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 27 | 42 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.46 |
| HSL | 351.89º | 0.67% | 0.32% | - |
| HSV(B) | 351.89º | 0.8% | 0.54% | - |
| XYZ | 11.29 | 6.35 | 2.82 | - |
| YUV | 61.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 27 | 42 | 0 | 0.80 | 0.70 | 0.46 | 351.89 | 0.67 | 0.32 |
| Hex | 8A | 1B | 2A | 0 | 50 | 46 | 2E | 160 | 43 | 20 |
| Octal | 212 | 33 | 52 | 0 | 120 | 106 | 56 | 540 | 103 | 40 |
| Binary | 10001010 | 11011 | 101010 | 0 | 1010000 | 1000110 | 101110 | 101100000 | 1000011 | 100000 |
Color Harmonies of #8A1B2A
Complementary color
Monochromatic Colors of #8A1B2A
Black with #8A1B2A
Text Example
Text Example
White with #8A1B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1B2A; }
p { color: rgb(138,27,42); }
H1.HeaderClassName
{
color: #8A1B2A;
}
.AnyTagClassName
{
color: #8A1B2A;
}
</style>
background-color css
<style>
a { background-color: #8A1B2A; }
a { background-color: rgb(138,27,42); }
div.DivClassName
{
background-color: #8A1B2A;
}
.BgClassName
{
background-color: #8A1B2A;
}
</style>
border-color css
<style>
span { border-color: #8A1B2A; }
span { border-color: rgb(138,27,42); }
td.TdClassName
{
border-color: #8A1B2A;
}
.TagClassName
{
border-color: #8A1B2A;
}
</style>