Shades of Flame Red #8B1B1E
Tints of Flame Red #8B1B1E
RGB
CMYK
RGB Variations
Color information
#8B1B1E (or 0x8B1B1E) is known color: Flame Red. HEX triplet: 8B, 1B and 1E. RGB value is (139,27,30). Sum of RGB (Red+Green+Blue) = 139+27+30=196 (25% of max value = 765). Red value is 139 (54.69% from 255 or 70.92% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1B1E is #74E4E1. Grayscale: #3C3C3C. Windows color (decimal): -7660770 or 1973131. OLE color: 1973131.
HSL color Cylindrical-coordinate representation of color #8B1B1E: hue angle of 358.39º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1B1E is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 27 | 30 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.45 |
| HSL | 358.39º | 0.67% | 0.33% | - |
| HSV(B) | 358.39º | 0.81% | 0.55% | - |
| XYZ | 11.27 | 6.37 | 1.86 | - |
| YUV | 60.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 27 | 30 | 0 | 0.81 | 0.78 | 0.45 | 358.39 | 0.67 | 0.33 |
| Hex | 8B | 1B | 1E | 0 | 51 | 4E | 2D | 166 | 43 | 21 |
| Octal | 213 | 33 | 36 | 0 | 121 | 116 | 55 | 546 | 103 | 41 |
| Binary | 10001011 | 11011 | 11110 | 0 | 1010001 | 1001110 | 101101 | 101100110 | 1000011 | 100001 |
Color Harmonies of #8B1B1E
Complementary color
Monochromatic Colors of #8B1B1E
Black with #8B1B1E
Text Example
Text Example
White with #8B1B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1B1E; }
p { color: rgb(139,27,30); }
H1.HeaderClassName
{
color: #8B1B1E;
}
.AnyTagClassName
{
color: #8B1B1E;
}
</style>
background-color css
<style>
a { background-color: #8B1B1E; }
a { background-color: rgb(139,27,30); }
div.DivClassName
{
background-color: #8B1B1E;
}
.BgClassName
{
background-color: #8B1B1E;
}
</style>
border-color css
<style>
span { border-color: #8B1B1E; }
span { border-color: rgb(139,27,30); }
td.TdClassName
{
border-color: #8B1B1E;
}
.TagClassName
{
border-color: #8B1B1E;
}
</style>