Shades of Flame Red #81242A
Tints of Flame Red #81242A
RGB
CMYK
RGB Variations
Color information
#81242A (or 0x81242A) is known color: Flame Red. HEX triplet: 81, 24 and 2A. RGB value is (129,36,42). Sum of RGB (Red+Green+Blue) = 129+36+42=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #81242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81242A is #7EDBD5. Grayscale: #404040. Windows color (decimal): -8313814 or 2761857. OLE color: 2761857.
HSL color Cylindrical-coordinate representation of color #81242A: hue angle of 356.13º 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 #81242A is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 36 | 42 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.49 |
| HSL | 356.13º | 0.56% | 0.32% | - |
| HSV(B) | 356.13º | 0.72% | 0.51% | - |
| XYZ | 10.1 | 6.1 | 2.83 | - |
| YUV | 64.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 42 | 0 | 0.72 | 0.67 | 0.49 | 356.13 | 0.56 | 0.32 |
| Hex | 81 | 24 | 2A | 0 | 48 | 43 | 31 | 164 | 38 | 20 |
| Octal | 201 | 44 | 52 | 0 | 110 | 103 | 61 | 544 | 70 | 40 |
| Binary | 10000001 | 100100 | 101010 | 0 | 1001000 | 1000011 | 110001 | 101100100 | 111000 | 100000 |
Color Harmonies of #81242A
Complementary color
Monochromatic Colors of #81242A
Black with #81242A
Text Example
Text Example
White with #81242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81242A; }
p { color: rgb(129,36,42); }
H1.HeaderClassName
{
color: #81242A;
}
.AnyTagClassName
{
color: #81242A;
}
</style>
background-color css
<style>
a { background-color: #81242A; }
a { background-color: rgb(129,36,42); }
div.DivClassName
{
background-color: #81242A;
}
.BgClassName
{
background-color: #81242A;
}
</style>
border-color css
<style>
span { border-color: #81242A; }
span { border-color: rgb(129,36,42); }
td.TdClassName
{
border-color: #81242A;
}
.TagClassName
{
border-color: #81242A;
}
</style>