Shades of Flame Red #892D2F
Tints of Flame Red #892D2F
RGB
CMYK
RGB Variations
Color information
#892D2F (or 0x892D2F) is known color: Flame Red. HEX triplet: 89, 2D and 2F. RGB value is (137,45,47). Sum of RGB (Red+Green+Blue) = 137+45+47=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #892D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892D2F is #76D2D0. Grayscale: #484848. Windows color (decimal): -7787217 or 3091849. OLE color: 3091849.
HSL color Cylindrical-coordinate representation of color #892D2F: hue angle of 358.7º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D2F is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 45 | 47 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.46 |
| HSL | 358.7º | 0.51% | 0.36% | - |
| HSV(B) | 358.7º | 0.67% | 0.54% | - |
| XYZ | 11.77 | 7.4 | 3.5 | - |
| YUV | 72.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 45 | 47 | 0 | 0.67 | 0.66 | 0.46 | 358.7 | 0.51 | 0.36 |
| Hex | 89 | 2D | 2F | 0 | 43 | 42 | 2E | 167 | 33 | 24 |
| Octal | 211 | 55 | 57 | 0 | 103 | 102 | 56 | 547 | 63 | 44 |
| Binary | 10001001 | 101101 | 101111 | 0 | 1000011 | 1000010 | 101110 | 101100111 | 110011 | 100100 |
Color Harmonies of #892D2F
Complementary color
Monochromatic Colors of #892D2F
Black with #892D2F
Text Example
Text Example
White with #892D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892D2F; }
p { color: rgb(137,45,47); }
H1.HeaderClassName
{
color: #892D2F;
}
.AnyTagClassName
{
color: #892D2F;
}
</style>
background-color css
<style>
a { background-color: #892D2F; }
a { background-color: rgb(137,45,47); }
div.DivClassName
{
background-color: #892D2F;
}
.BgClassName
{
background-color: #892D2F;
}
</style>
border-color css
<style>
span { border-color: #892D2F; }
span { border-color: rgb(137,45,47); }
td.TdClassName
{
border-color: #892D2F;
}
.TagClassName
{
border-color: #892D2F;
}
</style>