Shades of Fire Brick #A11F14
Tints of Fire Brick #A11F14
RGB
CMYK
RGB Variations
Color information
#A11F14 (or 0xA11F14) is known color: Fire Brick. HEX triplet: A1, 1F and 14. RGB value is (161,31,20). Sum of RGB (Red+Green+Blue) = 161+31+20=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11F14 is #5EE0EB. Grayscale: #444444. Windows color (decimal): -6217964 or 1318817. OLE color: 1318817.
HSL color Cylindrical-coordinate representation of color #A11F14: hue angle of 4.68º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11F14 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 20 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.37 |
| HSL | 4.68º | 0.78% | 0.35% | - |
| HSV(B) | 4.68º | 0.88% | 0.63% | - |
| XYZ | 15.31 | 8.61 | 1.52 | - |
| YUV | 68.62 | 100.57 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 20 | 0 | 0.81 | 0.88 | 0.37 | 4.68 | 0.78 | 0.35 |
| Hex | A1 | 1F | 14 | 0 | 51 | 58 | 25 | 5 | 4E | 23 |
| Octal | 241 | 37 | 24 | 0 | 121 | 130 | 45 | 5 | 116 | 43 |
| Binary | 10100001 | 11111 | 10100 | 0 | 1010001 | 1011000 | 100101 | 101 | 1001110 | 100011 |
Color Harmonies of #A11F14
Complementary color
Monochromatic Colors of #A11F14
Black with #A11F14
Text Example
Text Example
White with #A11F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11F14; }
p { color: rgb(161,31,20); }
H1.HeaderClassName
{
color: #A11F14;
}
.AnyTagClassName
{
color: #A11F14;
}
</style>
background-color css
<style>
a { background-color: #A11F14; }
a { background-color: rgb(161,31,20); }
div.DivClassName
{
background-color: #A11F14;
}
.BgClassName
{
background-color: #A11F14;
}
</style>
border-color css
<style>
span { border-color: #A11F14; }
span { border-color: rgb(161,31,20); }
td.TdClassName
{
border-color: #A11F14;
}
.TagClassName
{
border-color: #A11F14;
}
</style>