Shades of Flame Red #92191A
Tints of Flame Red #92191A
RGB
CMYK
RGB Variations
Color information
#92191A (or 0x92191A) is known color: Flame Red. HEX triplet: 92, 19 and 1A. RGB value is (146,25,26). Sum of RGB (Red+Green+Blue) = 146+25+26=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #92191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92191A is #6DE6E5. Grayscale: #3D3D3D. Windows color (decimal): -7202534 or 1710482. OLE color: 1710482.
HSL color Cylindrical-coordinate representation of color #92191A: hue angle of 359.5º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #92191A is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 26 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.43 |
| HSL | 359.5º | 0.71% | 0.34% | - |
| HSV(B) | 359.5º | 0.83% | 0.57% | - |
| XYZ | 12.39 | 6.88 | 1.65 | - |
| YUV | 61.29 | 108.09 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 26 | 0 | 0.83 | 0.82 | 0.43 | 359.5 | 0.71 | 0.34 |
| Hex | 92 | 19 | 1A | 0 | 53 | 52 | 2B | 168 | 47 | 22 |
| Octal | 222 | 31 | 32 | 0 | 123 | 122 | 53 | 550 | 107 | 42 |
| Binary | 10010010 | 11001 | 11010 | 0 | 1010011 | 1010010 | 101011 | 101101000 | 1000111 | 100010 |
Color Harmonies of #92191A
Complementary color
Monochromatic Colors of #92191A
Black with #92191A
Text Example
Text Example
White with #92191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92191A; }
p { color: rgb(146,25,26); }
H1.HeaderClassName
{
color: #92191A;
}
.AnyTagClassName
{
color: #92191A;
}
</style>
background-color css
<style>
a { background-color: #92191A; }
a { background-color: rgb(146,25,26); }
div.DivClassName
{
background-color: #92191A;
}
.BgClassName
{
background-color: #92191A;
}
</style>
border-color css
<style>
span { border-color: #92191A; }
span { border-color: rgb(146,25,26); }
td.TdClassName
{
border-color: #92191A;
}
.TagClassName
{
border-color: #92191A;
}
</style>