Shades of Flame Red #81242B
Tints of Flame Red #81242B
RGB
CMYK
RGB Variations
Color information
#81242B (or 0x81242B) is known color: Flame Red. HEX triplet: 81, 24 and 2B. RGB value is (129,36,43). Sum of RGB (Red+Green+Blue) = 129+36+43=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #81242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81242B is #7EDBD4. Grayscale: #404040. Windows color (decimal): -8313813 or 2827393. OLE color: 2827393.
HSL color Cylindrical-coordinate representation of color #81242B: hue angle of 355.48º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #81242B is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 36 | 43 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.49 |
| HSL | 355.48º | 0.56% | 0.32% | - |
| HSV(B) | 355.48º | 0.72% | 0.51% | - |
| XYZ | 10.12 | 6.1 | 2.93 | - |
| YUV | 64.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 43 | 0 | 0.72 | 0.67 | 0.49 | 355.48 | 0.56 | 0.32 |
| Hex | 81 | 24 | 2B | 0 | 48 | 43 | 31 | 163 | 38 | 20 |
| Octal | 201 | 44 | 53 | 0 | 110 | 103 | 61 | 543 | 70 | 40 |
| Binary | 10000001 | 100100 | 101011 | 0 | 1001000 | 1000011 | 110001 | 101100011 | 111000 | 100000 |
Color Harmonies of #81242B
Complementary color
Monochromatic Colors of #81242B
Black with #81242B
Text Example
Text Example
White with #81242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81242B; }
p { color: rgb(129,36,43); }
H1.HeaderClassName
{
color: #81242B;
}
.AnyTagClassName
{
color: #81242B;
}
</style>
background-color css
<style>
a { background-color: #81242B; }
a { background-color: rgb(129,36,43); }
div.DivClassName
{
background-color: #81242B;
}
.BgClassName
{
background-color: #81242B;
}
</style>
border-color css
<style>
span { border-color: #81242B; }
span { border-color: rgb(129,36,43); }
td.TdClassName
{
border-color: #81242B;
}
.TagClassName
{
border-color: #81242B;
}
</style>