Shades of Flame Red #8A1729
Tints of Flame Red #8A1729
RGB
CMYK
RGB Variations
Color information
#8A1729 (or 0x8A1729) is known color: Flame Red. HEX triplet: 8A, 17 and 29. RGB value is (138,23,41). Sum of RGB (Red+Green+Blue) = 138+23+41=202 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.32% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1729 is #75E8D6. Grayscale: #3B3B3B. Windows color (decimal): -7727319 or 2693002. OLE color: 2693002.
HSL color Cylindrical-coordinate representation of color #8A1729: hue angle of 350.61º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1729 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 23 | 41 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.46 |
| HSL | 350.61º | 0.71% | 0.32% | - |
| HSV(B) | 350.61º | 0.83% | 0.54% | - |
| XYZ | 11.19 | 6.18 | 2.7 | - |
| YUV | 59.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 23 | 41 | 0 | 0.83 | 0.70 | 0.46 | 350.61 | 0.71 | 0.32 |
| Hex | 8A | 17 | 29 | 0 | 53 | 46 | 2E | 15F | 47 | 20 |
| Octal | 212 | 27 | 51 | 0 | 123 | 106 | 56 | 537 | 107 | 40 |
| Binary | 10001010 | 10111 | 101001 | 0 | 1010011 | 1000110 | 101110 | 101011111 | 1000111 | 100000 |
Color Harmonies of #8A1729
Complementary color
Monochromatic Colors of #8A1729
Black with #8A1729
Text Example
Text Example
White with #8A1729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1729; }
p { color: rgb(138,23,41); }
H1.HeaderClassName
{
color: #8A1729;
}
.AnyTagClassName
{
color: #8A1729;
}
</style>
background-color css
<style>
a { background-color: #8A1729; }
a { background-color: rgb(138,23,41); }
div.DivClassName
{
background-color: #8A1729;
}
.BgClassName
{
background-color: #8A1729;
}
</style>
border-color css
<style>
span { border-color: #8A1729; }
span { border-color: rgb(138,23,41); }
td.TdClassName
{
border-color: #8A1729;
}
.TagClassName
{
border-color: #8A1729;
}
</style>