Shades of Flame Red #8B1C2A
Tints of Flame Red #8B1C2A
RGB
CMYK
RGB Variations
Color information
#8B1C2A (or 0x8B1C2A) is known color: Flame Red. HEX triplet: 8B, 1C and 2A. RGB value is (139,28,42). Sum of RGB (Red+Green+Blue) = 139+28+42=209 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.51% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1C2A is #74E3D5. Grayscale: #3E3E3E. Windows color (decimal): -7660502 or 2759819. OLE color: 2759819.
HSL color Cylindrical-coordinate representation of color #8B1C2A: hue angle of 352.43º 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 #8B1C2A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 28 | 42 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.45 |
| HSL | 352.43º | 0.66% | 0.33% | - |
| HSV(B) | 352.43º | 0.8% | 0.55% | - |
| XYZ | 11.48 | 6.49 | 2.84 | - |
| YUV | 62.79 | 116.27 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 42 | 0 | 0.80 | 0.70 | 0.45 | 352.43 | 0.66 | 0.33 |
| Hex | 8B | 1C | 2A | 0 | 50 | 46 | 2D | 160 | 42 | 21 |
| Octal | 213 | 34 | 52 | 0 | 120 | 106 | 55 | 540 | 102 | 41 |
| Binary | 10001011 | 11100 | 101010 | 0 | 1010000 | 1000110 | 101101 | 101100000 | 1000010 | 100001 |
Color Harmonies of #8B1C2A
Complementary color
Monochromatic Colors of #8B1C2A
Black with #8B1C2A
Text Example
Text Example
White with #8B1C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1C2A; }
p { color: rgb(139,28,42); }
H1.HeaderClassName
{
color: #8B1C2A;
}
.AnyTagClassName
{
color: #8B1C2A;
}
</style>
background-color css
<style>
a { background-color: #8B1C2A; }
a { background-color: rgb(139,28,42); }
div.DivClassName
{
background-color: #8B1C2A;
}
.BgClassName
{
background-color: #8B1C2A;
}
</style>
border-color css
<style>
span { border-color: #8B1C2A; }
span { border-color: rgb(139,28,42); }
td.TdClassName
{
border-color: #8B1C2A;
}
.TagClassName
{
border-color: #8B1C2A;
}
</style>