Shades of Flame Red #8A282C
Tints of Flame Red #8A282C
RGB
CMYK
RGB Variations
Color information
#8A282C (or 0x8A282C) is known color: Flame Red. HEX triplet: 8A, 28 and 2C. RGB value is (138,40,44). Sum of RGB (Red+Green+Blue) = 138+40+44=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A282C is #75D7D3. Grayscale: #454545. Windows color (decimal): -7722964 or 2893962. OLE color: 2893962.
HSL color Cylindrical-coordinate representation of color #8A282C: hue angle of 357.55º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A282C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 40 | 44 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.46 |
| HSL | 357.55º | 0.55% | 0.35% | - |
| HSV(B) | 357.55º | 0.71% | 0.54% | - |
| XYZ | 11.69 | 7.1 | 3.14 | - |
| YUV | 69.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 40 | 44 | 0 | 0.71 | 0.68 | 0.46 | 357.55 | 0.55 | 0.35 |
| Hex | 8A | 28 | 2C | 0 | 47 | 44 | 2E | 166 | 37 | 23 |
| Octal | 212 | 50 | 54 | 0 | 107 | 104 | 56 | 546 | 67 | 43 |
| Binary | 10001010 | 101000 | 101100 | 0 | 1000111 | 1000100 | 101110 | 101100110 | 110111 | 100011 |
Color Harmonies of #8A282C
Complementary color
Monochromatic Colors of #8A282C
Black with #8A282C
Text Example
Text Example
White with #8A282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A282C; }
p { color: rgb(138,40,44); }
H1.HeaderClassName
{
color: #8A282C;
}
.AnyTagClassName
{
color: #8A282C;
}
</style>
background-color css
<style>
a { background-color: #8A282C; }
a { background-color: rgb(138,40,44); }
div.DivClassName
{
background-color: #8A282C;
}
.BgClassName
{
background-color: #8A282C;
}
</style>
border-color css
<style>
span { border-color: #8A282C; }
span { border-color: rgb(138,40,44); }
td.TdClassName
{
border-color: #8A282C;
}
.TagClassName
{
border-color: #8A282C;
}
</style>