Shades of Flame Red #8A2526
Tints of Flame Red #8A2526
RGB
CMYK
RGB Variations
Color information
#8A2526 (or 0x8A2526) is known color: Flame Red. HEX triplet: 8A, 25 and 26. RGB value is (138,37,38). Sum of RGB (Red+Green+Blue) = 138+37+38=213 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.79% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2526 is #75DAD9. Grayscale: #434343. Windows color (decimal): -7723738 or 2499978. OLE color: 2499978.
HSL color Cylindrical-coordinate representation of color #8A2526: hue angle of 359.41º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A2526 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 37 | 38 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.46 |
| HSL | 359.41º | 0.58% | 0.34% | - |
| HSV(B) | 359.41º | 0.73% | 0.54% | - |
| XYZ | 11.49 | 6.87 | 2.55 | - |
| YUV | 67.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 37 | 38 | 0 | 0.73 | 0.72 | 0.46 | 359.41 | 0.58 | 0.34 |
| Hex | 8A | 25 | 26 | 0 | 49 | 48 | 2E | 167 | 3A | 22 |
| Octal | 212 | 45 | 46 | 0 | 111 | 110 | 56 | 547 | 72 | 42 |
| Binary | 10001010 | 100101 | 100110 | 0 | 1001001 | 1001000 | 101110 | 101100111 | 111010 | 100010 |
Color Harmonies of #8A2526
Complementary color
Monochromatic Colors of #8A2526
Black with #8A2526
Text Example
Text Example
White with #8A2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2526; }
p { color: rgb(138,37,38); }
H1.HeaderClassName
{
color: #8A2526;
}
.AnyTagClassName
{
color: #8A2526;
}
</style>
background-color css
<style>
a { background-color: #8A2526; }
a { background-color: rgb(138,37,38); }
div.DivClassName
{
background-color: #8A2526;
}
.BgClassName
{
background-color: #8A2526;
}
</style>
border-color css
<style>
span { border-color: #8A2526; }
span { border-color: rgb(138,37,38); }
td.TdClassName
{
border-color: #8A2526;
}
.TagClassName
{
border-color: #8A2526;
}
</style>