Shades of Fire Brick #AD1F14
Tints of Fire Brick #AD1F14
RGB
CMYK
RGB Variations
Color information
#AD1F14 (or 0xAD1F14) is known color: Fire Brick. HEX triplet: AD, 1F and 14. RGB value is (173,31,20). Sum of RGB (Red+Green+Blue) = 173+31+20=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F14 is #52E0EB. Grayscale: #484848. Windows color (decimal): -5431532 or 1318829. OLE color: 1318829.
HSL color Cylindrical-coordinate representation of color #AD1F14: hue angle of 4.31º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1F14 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 20 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.32 |
| HSL | 4.31º | 0.79% | 0.38% | - |
| HSV(B) | 4.31º | 0.88% | 0.68% | - |
| XYZ | 17.85 | 9.91 | 1.63 | - |
| YUV | 72.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 20 | 0 | 0.82 | 0.88 | 0.32 | 4.31 | 0.79 | 0.38 |
| Hex | AD | 1F | 14 | 0 | 52 | 58 | 20 | 4 | 4F | 26 |
| Octal | 255 | 37 | 24 | 0 | 122 | 130 | 40 | 4 | 117 | 46 |
| Binary | 10101101 | 11111 | 10100 | 0 | 1010010 | 1011000 | 100000 | 100 | 1001111 | 100110 |
Color Harmonies of #AD1F14
Complementary color
Monochromatic Colors of #AD1F14
Black with #AD1F14
Text Example
Text Example
White with #AD1F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F14; }
p { color: rgb(173,31,20); }
H1.HeaderClassName
{
color: #AD1F14;
}
.AnyTagClassName
{
color: #AD1F14;
}
</style>
background-color css
<style>
a { background-color: #AD1F14; }
a { background-color: rgb(173,31,20); }
div.DivClassName
{
background-color: #AD1F14;
}
.BgClassName
{
background-color: #AD1F14;
}
</style>
border-color css
<style>
span { border-color: #AD1F14; }
span { border-color: rgb(173,31,20); }
td.TdClassName
{
border-color: #AD1F14;
}
.TagClassName
{
border-color: #AD1F14;
}
</style>