Shades of Flame Red #8A2B33
Tints of Flame Red #8A2B33
RGB
CMYK
RGB Variations
Color information
#8A2B33 (or 0x8A2B33) is known color: Flame Red. HEX triplet: 8A, 2B and 33. RGB value is (138,43,51). Sum of RGB (Red+Green+Blue) = 138+43+51=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2B33 is #75D4CC. Grayscale: #484848. Windows color (decimal): -7722189 or 3353482. OLE color: 3353482.
HSL color Cylindrical-coordinate representation of color #8A2B33: hue angle of 354.95º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A2B33 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 43 | 51 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.46 |
| HSL | 354.95º | 0.52% | 0.35% | - |
| HSV(B) | 354.95º | 0.69% | 0.54% | - |
| XYZ | 11.94 | 7.37 | 3.93 | - |
| YUV | 72.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 51 | 0 | 0.69 | 0.63 | 0.46 | 354.95 | 0.52 | 0.35 |
| Hex | 8A | 2B | 33 | 0 | 45 | 3F | 2E | 163 | 34 | 23 |
| Octal | 212 | 53 | 63 | 0 | 105 | 77 | 56 | 543 | 64 | 43 |
| Binary | 10001010 | 101011 | 110011 | 0 | 1000101 | 111111 | 101110 | 101100011 | 110100 | 100011 |
Color Harmonies of #8A2B33
Complementary color
Monochromatic Colors of #8A2B33
Black with #8A2B33
Text Example
Text Example
White with #8A2B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2B33; }
p { color: rgb(138,43,51); }
H1.HeaderClassName
{
color: #8A2B33;
}
.AnyTagClassName
{
color: #8A2B33;
}
</style>
background-color css
<style>
a { background-color: #8A2B33; }
a { background-color: rgb(138,43,51); }
div.DivClassName
{
background-color: #8A2B33;
}
.BgClassName
{
background-color: #8A2B33;
}
</style>
border-color css
<style>
span { border-color: #8A2B33; }
span { border-color: rgb(138,43,51); }
td.TdClassName
{
border-color: #8A2B33;
}
.TagClassName
{
border-color: #8A2B33;
}
</style>