Shades of Flame Red #8F181D
Tints of Flame Red #8F181D
RGB
CMYK
RGB Variations
Color information
#8F181D (or 0x8F181D) is known color: Flame Red. HEX triplet: 8F, 18 and 1D. RGB value is (143,24,29). Sum of RGB (Red+Green+Blue) = 143+24+29=196 (25% of max value = 765). Red value is 143 (56.25% from 255 or 72.96% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 143 - color contains mainly: red. Hex color #8F181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F181D is #70E7E2. Grayscale: #3C3C3C. Windows color (decimal): -7399395 or 1906831. OLE color: 1906831.
HSL color Cylindrical-coordinate representation of color #8F181D: hue angle of 357.48º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F181D is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 24 | 29 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.44 |
| HSL | 357.48º | 0.71% | 0.33% | - |
| HSV(B) | 357.48º | 0.83% | 0.56% | - |
| XYZ | 11.88 | 6.58 | 1.81 | - |
| YUV | 60.15 | 110.42 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 29 | 0 | 0.83 | 0.80 | 0.44 | 357.48 | 0.71 | 0.33 |
| Hex | 8F | 18 | 1D | 0 | 53 | 50 | 2C | 165 | 47 | 21 |
| Octal | 217 | 30 | 35 | 0 | 123 | 120 | 54 | 545 | 107 | 41 |
| Binary | 10001111 | 11000 | 11101 | 0 | 1010011 | 1010000 | 101100 | 101100101 | 1000111 | 100001 |
Color Harmonies of #8F181D
Complementary color
Monochromatic Colors of #8F181D
Black with #8F181D
Text Example
Text Example
White with #8F181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F181D; }
p { color: rgb(143,24,29); }
H1.HeaderClassName
{
color: #8F181D;
}
.AnyTagClassName
{
color: #8F181D;
}
</style>
background-color css
<style>
a { background-color: #8F181D; }
a { background-color: rgb(143,24,29); }
div.DivClassName
{
background-color: #8F181D;
}
.BgClassName
{
background-color: #8F181D;
}
</style>
border-color css
<style>
span { border-color: #8F181D; }
span { border-color: rgb(143,24,29); }
td.TdClassName
{
border-color: #8F181D;
}
.TagClassName
{
border-color: #8F181D;
}
</style>