Shades of Flame Red #8D2527
Tints of Flame Red #8D2527
RGB
CMYK
RGB Variations
Color information
#8D2527 (or 0x8D2527) is known color: Flame Red. HEX triplet: 8D, 25 and 27. RGB value is (141,37,39). Sum of RGB (Red+Green+Blue) = 141+37+39=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2527 is #72DAD8. Grayscale: #444444. Windows color (decimal): -7527129 or 2565517. OLE color: 2565517.
HSL color Cylindrical-coordinate representation of color #8D2527: hue angle of 358.85º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2527 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 39 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.45 |
| HSL | 358.85º | 0.58% | 0.35% | - |
| HSV(B) | 358.85º | 0.74% | 0.55% | - |
| XYZ | 12.01 | 7.13 | 2.66 | - |
| YUV | 68.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 39 | 0 | 0.74 | 0.72 | 0.45 | 358.85 | 0.58 | 0.35 |
| Hex | 8D | 25 | 27 | 0 | 4A | 48 | 2D | 167 | 3A | 23 |
| Octal | 215 | 45 | 47 | 0 | 112 | 110 | 55 | 547 | 72 | 43 |
| Binary | 10001101 | 100101 | 100111 | 0 | 1001010 | 1001000 | 101101 | 101100111 | 111010 | 100011 |
Color Harmonies of #8D2527
Complementary color
Monochromatic Colors of #8D2527
Black with #8D2527
Text Example
Text Example
White with #8D2527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2527; }
p { color: rgb(141,37,39); }
H1.HeaderClassName
{
color: #8D2527;
}
.AnyTagClassName
{
color: #8D2527;
}
</style>
background-color css
<style>
a { background-color: #8D2527; }
a { background-color: rgb(141,37,39); }
div.DivClassName
{
background-color: #8D2527;
}
.BgClassName
{
background-color: #8D2527;
}
</style>
border-color css
<style>
span { border-color: #8D2527; }
span { border-color: rgb(141,37,39); }
td.TdClassName
{
border-color: #8D2527;
}
.TagClassName
{
border-color: #8D2527;
}
</style>