Shades of Flame Red #8A262A
Tints of Flame Red #8A262A
RGB
CMYK
RGB Variations
Color information
#8A262A (or 0x8A262A) is known color: Flame Red. HEX triplet: 8A, 26 and 2A. RGB value is (138,38,42). Sum of RGB (Red+Green+Blue) = 138+38+42=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A262A is #75D9D5. Grayscale: #444444. Windows color (decimal): -7723478 or 2762378. OLE color: 2762378.
HSL color Cylindrical-coordinate representation of color #8A262A: hue angle of 357.6º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A262A is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 38 | 42 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.46 |
| HSL | 357.6º | 0.57% | 0.35% | - |
| HSV(B) | 357.6º | 0.72% | 0.54% | - |
| XYZ | 11.59 | 6.96 | 2.92 | - |
| YUV | 68.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 38 | 42 | 0 | 0.72 | 0.70 | 0.46 | 357.6 | 0.57 | 0.35 |
| Hex | 8A | 26 | 2A | 0 | 48 | 46 | 2E | 166 | 39 | 23 |
| Octal | 212 | 46 | 52 | 0 | 110 | 106 | 56 | 546 | 71 | 43 |
| Binary | 10001010 | 100110 | 101010 | 0 | 1001000 | 1000110 | 101110 | 101100110 | 111001 | 100011 |
Color Harmonies of #8A262A
Complementary color
Monochromatic Colors of #8A262A
Black with #8A262A
Text Example
Text Example
White with #8A262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A262A; }
p { color: rgb(138,38,42); }
H1.HeaderClassName
{
color: #8A262A;
}
.AnyTagClassName
{
color: #8A262A;
}
</style>
background-color css
<style>
a { background-color: #8A262A; }
a { background-color: rgb(138,38,42); }
div.DivClassName
{
background-color: #8A262A;
}
.BgClassName
{
background-color: #8A262A;
}
</style>
border-color css
<style>
span { border-color: #8A262A; }
span { border-color: rgb(138,38,42); }
td.TdClassName
{
border-color: #8A262A;
}
.TagClassName
{
border-color: #8A262A;
}
</style>