Shades of Flame Red #8B1C1F
Tints of Flame Red #8B1C1F
RGB
CMYK
RGB Variations
Color information
#8B1C1F (or 0x8B1C1F) is known color: Flame Red. HEX triplet: 8B, 1C and 1F. RGB value is (139,28,31). Sum of RGB (Red+Green+Blue) = 139+28+31=198 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.20% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1C1F is #74E3E0. Grayscale: #3D3D3D. Windows color (decimal): -7660513 or 2038923. OLE color: 2038923.
HSL color Cylindrical-coordinate representation of color #8B1C1F: hue angle of 358.38º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C1F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 28 | 31 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.45 |
| HSL | 358.38º | 0.66% | 0.33% | - |
| HSV(B) | 358.38º | 0.8% | 0.55% | - |
| XYZ | 11.31 | 6.42 | 1.94 | - |
| YUV | 61.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 31 | 0 | 0.80 | 0.78 | 0.45 | 358.38 | 0.66 | 0.33 |
| Hex | 8B | 1C | 1F | 0 | 50 | 4E | 2D | 166 | 42 | 21 |
| Octal | 213 | 34 | 37 | 0 | 120 | 116 | 55 | 546 | 102 | 41 |
| Binary | 10001011 | 11100 | 11111 | 0 | 1010000 | 1001110 | 101101 | 101100110 | 1000010 | 100001 |
Color Harmonies of #8B1C1F
Complementary color
Monochromatic Colors of #8B1C1F
Black with #8B1C1F
Text Example
Text Example
White with #8B1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1C1F; }
p { color: rgb(139,28,31); }
H1.HeaderClassName
{
color: #8B1C1F;
}
.AnyTagClassName
{
color: #8B1C1F;
}
</style>
background-color css
<style>
a { background-color: #8B1C1F; }
a { background-color: rgb(139,28,31); }
div.DivClassName
{
background-color: #8B1C1F;
}
.BgClassName
{
background-color: #8B1C1F;
}
</style>
border-color css
<style>
span { border-color: #8B1C1F; }
span { border-color: rgb(139,28,31); }
td.TdClassName
{
border-color: #8B1C1F;
}
.TagClassName
{
border-color: #8B1C1F;
}
</style>