Shades of Flame Red #8A1B24
Tints of Flame Red #8A1B24
RGB
CMYK
RGB Variations
Color information
#8A1B24 (or 0x8A1B24) is known color: Flame Red. HEX triplet: 8A, 1B and 24. RGB value is (138,27,36). Sum of RGB (Red+Green+Blue) = 138+27+36=201 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.66% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1B24 is #75E4DB. Grayscale: #3D3D3D. Windows color (decimal): -7726300 or 2366346. OLE color: 2366346.
HSL color Cylindrical-coordinate representation of color #8A1B24: hue angle of 355.14º 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 #8A1B24 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 27 | 36 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.46 |
| HSL | 355.14º | 0.67% | 0.32% | - |
| HSV(B) | 355.14º | 0.8% | 0.54% | - |
| XYZ | 11.19 | 6.31 | 2.3 | - |
| YUV | 61.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 27 | 36 | 0 | 0.80 | 0.74 | 0.46 | 355.14 | 0.67 | 0.32 |
| Hex | 8A | 1B | 24 | 0 | 50 | 4A | 2E | 163 | 43 | 20 |
| Octal | 212 | 33 | 44 | 0 | 120 | 112 | 56 | 543 | 103 | 40 |
| Binary | 10001010 | 11011 | 100100 | 0 | 1010000 | 1001010 | 101110 | 101100011 | 1000011 | 100000 |
Color Harmonies of #8A1B24
Complementary color
Monochromatic Colors of #8A1B24
Black with #8A1B24
Text Example
Text Example
White with #8A1B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1B24; }
p { color: rgb(138,27,36); }
H1.HeaderClassName
{
color: #8A1B24;
}
.AnyTagClassName
{
color: #8A1B24;
}
</style>
background-color css
<style>
a { background-color: #8A1B24; }
a { background-color: rgb(138,27,36); }
div.DivClassName
{
background-color: #8A1B24;
}
.BgClassName
{
background-color: #8A1B24;
}
</style>
border-color css
<style>
span { border-color: #8A1B24; }
span { border-color: rgb(138,27,36); }
td.TdClassName
{
border-color: #8A1B24;
}
.TagClassName
{
border-color: #8A1B24;
}
</style>