Shades of Flame Red #8A1624
Tints of Flame Red #8A1624
RGB
CMYK
RGB Variations
Color information
#8A1624 (or 0x8A1624) is known color: Flame Red. HEX triplet: 8A, 16 and 24. RGB value is (138,22,36). Sum of RGB (Red+Green+Blue) = 138+22+36=196 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.41% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1624 is #75E9DB. Grayscale: #3A3A3A. Windows color (decimal): -7727580 or 2365066. OLE color: 2365066.
HSL color Cylindrical-coordinate representation of color #8A1624: hue angle of 352.76º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1624 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 36 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.46 |
| HSL | 352.76º | 0.73% | 0.31% | - |
| HSV(B) | 352.76º | 0.84% | 0.54% | - |
| XYZ | 11.09 | 6.1 | 2.26 | - |
| YUV | 58.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 36 | 0 | 0.84 | 0.74 | 0.46 | 352.76 | 0.73 | 0.31 |
| Hex | 8A | 16 | 24 | 0 | 54 | 4A | 2E | 161 | 48 | 1F |
| Octal | 212 | 26 | 44 | 0 | 124 | 112 | 56 | 541 | 110 | 37 |
| Binary | 10001010 | 10110 | 100100 | 0 | 1010100 | 1001010 | 101110 | 101100001 | 1001000 | 11111 |
Color Harmonies of #8A1624
Complementary color
Monochromatic Colors of #8A1624
Black with #8A1624
Text Example
Text Example
White with #8A1624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1624; }
p { color: rgb(138,22,36); }
H1.HeaderClassName
{
color: #8A1624;
}
.AnyTagClassName
{
color: #8A1624;
}
</style>
background-color css
<style>
a { background-color: #8A1624; }
a { background-color: rgb(138,22,36); }
div.DivClassName
{
background-color: #8A1624;
}
.BgClassName
{
background-color: #8A1624;
}
</style>
border-color css
<style>
span { border-color: #8A1624; }
span { border-color: rgb(138,22,36); }
td.TdClassName
{
border-color: #8A1624;
}
.TagClassName
{
border-color: #8A1624;
}
</style>