Shades of Flame Red #8A1728
Tints of Flame Red #8A1728
RGB
CMYK
RGB Variations
Color information
#8A1728 (or 0x8A1728) is known color: Flame Red. HEX triplet: 8A, 17 and 28. RGB value is (138,23,40). Sum of RGB (Red+Green+Blue) = 138+23+40=201 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.66% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1728 is #75E8D7. Grayscale: #3B3B3B. Windows color (decimal): -7727320 or 2627466. OLE color: 2627466.
HSL color Cylindrical-coordinate representation of color #8A1728: hue angle of 351.13º 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 #8A1728 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 23 | 40 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.46 |
| HSL | 351.13º | 0.71% | 0.32% | - |
| HSV(B) | 351.13º | 0.83% | 0.54% | - |
| XYZ | 11.17 | 6.17 | 2.61 | - |
| YUV | 59.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 23 | 40 | 0 | 0.83 | 0.71 | 0.46 | 351.13 | 0.71 | 0.32 |
| Hex | 8A | 17 | 28 | 0 | 53 | 47 | 2E | 15F | 47 | 20 |
| Octal | 212 | 27 | 50 | 0 | 123 | 107 | 56 | 537 | 107 | 40 |
| Binary | 10001010 | 10111 | 101000 | 0 | 1010011 | 1000111 | 101110 | 101011111 | 1000111 | 100000 |
Color Harmonies of #8A1728
Complementary color
Monochromatic Colors of #8A1728
Black with #8A1728
Text Example
Text Example
White with #8A1728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1728; }
p { color: rgb(138,23,40); }
H1.HeaderClassName
{
color: #8A1728;
}
.AnyTagClassName
{
color: #8A1728;
}
</style>
background-color css
<style>
a { background-color: #8A1728; }
a { background-color: rgb(138,23,40); }
div.DivClassName
{
background-color: #8A1728;
}
.BgClassName
{
background-color: #8A1728;
}
</style>
border-color css
<style>
span { border-color: #8A1728; }
span { border-color: rgb(138,23,40); }
td.TdClassName
{
border-color: #8A1728;
}
.TagClassName
{
border-color: #8A1728;
}
</style>