Shades of Flame Red #81282D
Tints of Flame Red #81282D
RGB
CMYK
RGB Variations
Color information
#81282D (or 0x81282D) is known color: Flame Red. HEX triplet: 81, 28 and 2D. RGB value is (129,40,45). Sum of RGB (Red+Green+Blue) = 129+40+45=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #81282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81282D is #7ED7D2. Grayscale: #434343. Windows color (decimal): -8312787 or 2959489. OLE color: 2959489.
HSL color Cylindrical-coordinate representation of color #81282D: hue angle of 356.63º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #81282D is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 40 | 45 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.49 |
| HSL | 356.63º | 0.53% | 0.33% | - |
| HSV(B) | 356.63º | 0.69% | 0.51% | - |
| XYZ | 10.29 | 6.37 | 3.17 | - |
| YUV | 67.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 40 | 45 | 0 | 0.69 | 0.65 | 0.49 | 356.63 | 0.53 | 0.33 |
| Hex | 81 | 28 | 2D | 0 | 45 | 41 | 31 | 165 | 35 | 21 |
| Octal | 201 | 50 | 55 | 0 | 105 | 101 | 61 | 545 | 65 | 41 |
| Binary | 10000001 | 101000 | 101101 | 0 | 1000101 | 1000001 | 110001 | 101100101 | 110101 | 100001 |
Color Harmonies of #81282D
Complementary color
Monochromatic Colors of #81282D
Black with #81282D
Text Example
Text Example
White with #81282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81282D; }
p { color: rgb(129,40,45); }
H1.HeaderClassName
{
color: #81282D;
}
.AnyTagClassName
{
color: #81282D;
}
</style>
background-color css
<style>
a { background-color: #81282D; }
a { background-color: rgb(129,40,45); }
div.DivClassName
{
background-color: #81282D;
}
.BgClassName
{
background-color: #81282D;
}
</style>
border-color css
<style>
span { border-color: #81282D; }
span { border-color: rgb(129,40,45); }
td.TdClassName
{
border-color: #81282D;
}
.TagClassName
{
border-color: #81282D;
}
</style>