Shades of Flame Red #8D1A1D
Tints of Flame Red #8D1A1D
RGB
CMYK
RGB Variations
Color information
#8D1A1D (or 0x8D1A1D) is known color: Flame Red. HEX triplet: 8D, 1A and 1D. RGB value is (141,26,29). Sum of RGB (Red+Green+Blue) = 141+26+29=196 (25% of max value = 765). Red value is 141 (55.47% from 255 or 71.94% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A1D is #72E5E2. Grayscale: #3C3C3C. Windows color (decimal): -7529955 or 1907341. OLE color: 1907341.
HSL color Cylindrical-coordinate representation of color #8D1A1D: hue angle of 358.43º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1A1D is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 29 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.45 |
| HSL | 358.43º | 0.69% | 0.33% | - |
| HSV(B) | 358.43º | 0.82% | 0.55% | - |
| XYZ | 11.58 | 6.49 | 1.81 | - |
| YUV | 60.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 29 | 0 | 0.82 | 0.79 | 0.45 | 358.43 | 0.69 | 0.33 |
| Hex | 8D | 1A | 1D | 0 | 52 | 4F | 2D | 166 | 45 | 21 |
| Octal | 215 | 32 | 35 | 0 | 122 | 117 | 55 | 546 | 105 | 41 |
| Binary | 10001101 | 11010 | 11101 | 0 | 1010010 | 1001111 | 101101 | 101100110 | 1000101 | 100001 |
Color Harmonies of #8D1A1D
Complementary color
Monochromatic Colors of #8D1A1D
Black with #8D1A1D
Text Example
Text Example
White with #8D1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A1D; }
p { color: rgb(141,26,29); }
H1.HeaderClassName
{
color: #8D1A1D;
}
.AnyTagClassName
{
color: #8D1A1D;
}
</style>
background-color css
<style>
a { background-color: #8D1A1D; }
a { background-color: rgb(141,26,29); }
div.DivClassName
{
background-color: #8D1A1D;
}
.BgClassName
{
background-color: #8D1A1D;
}
</style>
border-color css
<style>
span { border-color: #8D1A1D; }
span { border-color: rgb(141,26,29); }
td.TdClassName
{
border-color: #8D1A1D;
}
.TagClassName
{
border-color: #8D1A1D;
}
</style>