Shades of Flame Red #8B282F
Tints of Flame Red #8B282F
RGB
CMYK
RGB Variations
Color information
#8B282F (or 0x8B282F) is known color: Flame Red. HEX triplet: 8B, 28 and 2F. RGB value is (139,40,47). Sum of RGB (Red+Green+Blue) = 139+40+47=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B282F is #74D7D0. Grayscale: #464646. Windows color (decimal): -7657425 or 3090571. OLE color: 3090571.
HSL color Cylindrical-coordinate representation of color #8B282F: hue angle of 355.76º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B282F is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 40 | 47 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.45 |
| HSL | 355.76º | 0.55% | 0.35% | - |
| HSV(B) | 355.76º | 0.71% | 0.55% | - |
| XYZ | 11.92 | 7.21 | 3.45 | - |
| YUV | 70.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 47 | 0 | 0.71 | 0.66 | 0.45 | 355.76 | 0.55 | 0.35 |
| Hex | 8B | 28 | 2F | 0 | 47 | 42 | 2D | 164 | 37 | 23 |
| Octal | 213 | 50 | 57 | 0 | 107 | 102 | 55 | 544 | 67 | 43 |
| Binary | 10001011 | 101000 | 101111 | 0 | 1000111 | 1000010 | 101101 | 101100100 | 110111 | 100011 |
Color Harmonies of #8B282F
Complementary color
Monochromatic Colors of #8B282F
Black with #8B282F
Text Example
Text Example
White with #8B282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B282F; }
p { color: rgb(139,40,47); }
H1.HeaderClassName
{
color: #8B282F;
}
.AnyTagClassName
{
color: #8B282F;
}
</style>
background-color css
<style>
a { background-color: #8B282F; }
a { background-color: rgb(139,40,47); }
div.DivClassName
{
background-color: #8B282F;
}
.BgClassName
{
background-color: #8B282F;
}
</style>
border-color css
<style>
span { border-color: #8B282F; }
span { border-color: rgb(139,40,47); }
td.TdClassName
{
border-color: #8B282F;
}
.TagClassName
{
border-color: #8B282F;
}
</style>