Shades of Flame Red #921D1E
Tints of Flame Red #921D1E
RGB
CMYK
RGB Variations
Color information
#921D1E (or 0x921D1E) is known color: Flame Red. HEX triplet: 92, 1D and 1E. RGB value is (146,29,30). Sum of RGB (Red+Green+Blue) = 146+29+30=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #921D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921D1E is #6DE2E1. Grayscale: #404040. Windows color (decimal): -7201506 or 1973650. OLE color: 1973650.
HSL color Cylindrical-coordinate representation of color #921D1E: hue angle of 359.49º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #921D1E is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 29 | 30 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.43 |
| HSL | 359.49º | 0.67% | 0.34% | - |
| HSV(B) | 359.49º | 0.8% | 0.57% | - |
| XYZ | 12.53 | 7.08 | 1.94 | - |
| YUV | 64.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 30 | 0 | 0.80 | 0.79 | 0.43 | 359.49 | 0.67 | 0.34 |
| Hex | 92 | 1D | 1E | 0 | 50 | 4F | 2B | 167 | 43 | 22 |
| Octal | 222 | 35 | 36 | 0 | 120 | 117 | 53 | 547 | 103 | 42 |
| Binary | 10010010 | 11101 | 11110 | 0 | 1010000 | 1001111 | 101011 | 101100111 | 1000011 | 100010 |
Color Harmonies of #921D1E
Complementary color
Monochromatic Colors of #921D1E
Black with #921D1E
Text Example
Text Example
White with #921D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921D1E; }
p { color: rgb(146,29,30); }
H1.HeaderClassName
{
color: #921D1E;
}
.AnyTagClassName
{
color: #921D1E;
}
</style>
background-color css
<style>
a { background-color: #921D1E; }
a { background-color: rgb(146,29,30); }
div.DivClassName
{
background-color: #921D1E;
}
.BgClassName
{
background-color: #921D1E;
}
</style>
border-color css
<style>
span { border-color: #921D1E; }
span { border-color: rgb(146,29,30); }
td.TdClassName
{
border-color: #921D1E;
}
.TagClassName
{
border-color: #921D1E;
}
</style>