Shades of Flame Red #811D23
Tints of Flame Red #811D23
RGB
CMYK
RGB Variations
Color information
#811D23 (or 0x811D23) is known color: Flame Red. HEX triplet: 81, 1D and 23. RGB value is (129,29,35). Sum of RGB (Red+Green+Blue) = 129+29+35=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #811D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D23 is #7EE2DC. Grayscale: #3B3B3B. Windows color (decimal): -8315613 or 2301313. OLE color: 2301313.
HSL color Cylindrical-coordinate representation of color #811D23: hue angle of 356.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811D23 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 35 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.49 |
| HSL | 356.4º | 0.63% | 0.31% | - |
| HSV(B) | 356.4º | 0.78% | 0.51% | - |
| XYZ | 9.8 | 5.67 | 2.17 | - |
| YUV | 59.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 35 | 0 | 0.78 | 0.73 | 0.49 | 356.4 | 0.63 | 0.31 |
| Hex | 81 | 1D | 23 | 0 | 4E | 49 | 31 | 164 | 3F | 1F |
| Octal | 201 | 35 | 43 | 0 | 116 | 111 | 61 | 544 | 77 | 37 |
| Binary | 10000001 | 11101 | 100011 | 0 | 1001110 | 1001001 | 110001 | 101100100 | 111111 | 11111 |
Color Harmonies of #811D23
Complementary color
Monochromatic Colors of #811D23
Black with #811D23
Text Example
Text Example
White with #811D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D23; }
p { color: rgb(129,29,35); }
H1.HeaderClassName
{
color: #811D23;
}
.AnyTagClassName
{
color: #811D23;
}
</style>
background-color css
<style>
a { background-color: #811D23; }
a { background-color: rgb(129,29,35); }
div.DivClassName
{
background-color: #811D23;
}
.BgClassName
{
background-color: #811D23;
}
</style>
border-color css
<style>
span { border-color: #811D23; }
span { border-color: rgb(129,29,35); }
td.TdClassName
{
border-color: #811D23;
}
.TagClassName
{
border-color: #811D23;
}
</style>