Shades of Flame Red #8B1C28
Tints of Flame Red #8B1C28
RGB
CMYK
RGB Variations
Color information
#8B1C28 (or 0x8B1C28) is known color: Flame Red. HEX triplet: 8B, 1C and 28. RGB value is (139,28,40). Sum of RGB (Red+Green+Blue) = 139+28+40=207 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.15% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1C28 is #74E3D7. Grayscale: #3E3E3E. Windows color (decimal): -7660504 or 2628747. OLE color: 2628747.
HSL color Cylindrical-coordinate representation of color #8B1C28: hue angle of 353.51º 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 #8B1C28 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 28 | 40 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.45 |
| HSL | 353.51º | 0.66% | 0.33% | - |
| HSV(B) | 353.51º | 0.8% | 0.55% | - |
| XYZ | 11.45 | 6.47 | 2.65 | - |
| YUV | 62.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 40 | 0 | 0.80 | 0.71 | 0.45 | 353.51 | 0.66 | 0.33 |
| Hex | 8B | 1C | 28 | 0 | 50 | 47 | 2D | 162 | 42 | 21 |
| Octal | 213 | 34 | 50 | 0 | 120 | 107 | 55 | 542 | 102 | 41 |
| Binary | 10001011 | 11100 | 101000 | 0 | 1010000 | 1000111 | 101101 | 101100010 | 1000010 | 100001 |
Color Harmonies of #8B1C28
Complementary color
Monochromatic Colors of #8B1C28
Black with #8B1C28
Text Example
Text Example
White with #8B1C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1C28; }
p { color: rgb(139,28,40); }
H1.HeaderClassName
{
color: #8B1C28;
}
.AnyTagClassName
{
color: #8B1C28;
}
</style>
background-color css
<style>
a { background-color: #8B1C28; }
a { background-color: rgb(139,28,40); }
div.DivClassName
{
background-color: #8B1C28;
}
.BgClassName
{
background-color: #8B1C28;
}
</style>
border-color css
<style>
span { border-color: #8B1C28; }
span { border-color: rgb(139,28,40); }
td.TdClassName
{
border-color: #8B1C28;
}
.TagClassName
{
border-color: #8B1C28;
}
</style>