Shades of Flame Red #8B181D
Tints of Flame Red #8B181D
RGB
CMYK
RGB Variations
Color information
#8B181D (or 0x8B181D) is known color: Flame Red. HEX triplet: 8B, 18 and 1D. RGB value is (139,24,29). Sum of RGB (Red+Green+Blue) = 139+24+29=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B181D is #74E7E2. Grayscale: #3B3B3B. Windows color (decimal): -7661539 or 1906827. OLE color: 1906827.
HSL color Cylindrical-coordinate representation of color #8B181D: hue angle of 357.39º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B181D is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 24 | 29 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.45 |
| HSL | 357.39º | 0.71% | 0.32% | - |
| HSV(B) | 357.39º | 0.83% | 0.55% | - |
| XYZ | 11.2 | 6.23 | 1.78 | - |
| YUV | 58.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 29 | 0 | 0.83 | 0.79 | 0.45 | 357.39 | 0.71 | 0.32 |
| Hex | 8B | 18 | 1D | 0 | 53 | 4F | 2D | 165 | 47 | 20 |
| Octal | 213 | 30 | 35 | 0 | 123 | 117 | 55 | 545 | 107 | 40 |
| Binary | 10001011 | 11000 | 11101 | 0 | 1010011 | 1001111 | 101101 | 101100101 | 1000111 | 100000 |
Color Harmonies of #8B181D
Complementary color
Monochromatic Colors of #8B181D
Black with #8B181D
Text Example
Text Example
White with #8B181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B181D; }
p { color: rgb(139,24,29); }
H1.HeaderClassName
{
color: #8B181D;
}
.AnyTagClassName
{
color: #8B181D;
}
</style>
background-color css
<style>
a { background-color: #8B181D; }
a { background-color: rgb(139,24,29); }
div.DivClassName
{
background-color: #8B181D;
}
.BgClassName
{
background-color: #8B181D;
}
</style>
border-color css
<style>
span { border-color: #8B181D; }
span { border-color: rgb(139,24,29); }
td.TdClassName
{
border-color: #8B181D;
}
.TagClassName
{
border-color: #8B181D;
}
</style>