Shades of Fire Brick #AD2514
Tints of Fire Brick #AD2514
RGB
CMYK
RGB Variations
Color information
#AD2514 (or 0xAD2514) is known color: Fire Brick. HEX triplet: AD, 25 and 14. RGB value is (173,37,20). Sum of RGB (Red+Green+Blue) = 173+37+20=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2514 is #52DAEB. Grayscale: #4B4B4B. Windows color (decimal): -5429996 or 1320365. OLE color: 1320365.
HSL color Cylindrical-coordinate representation of color #AD2514: hue angle of 6.67º 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 #AD2514 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 20 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.32 |
| HSL | 6.67º | 0.79% | 0.38% | - |
| HSV(B) | 6.67º | 0.88% | 0.68% | - |
| XYZ | 18.02 | 10.26 | 1.69 | - |
| YUV | 75.73 | 96.56 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 20 | 0 | 0.79 | 0.88 | 0.32 | 6.67 | 0.79 | 0.38 |
| Hex | AD | 25 | 14 | 0 | 4F | 58 | 20 | 7 | 4F | 26 |
| Octal | 255 | 45 | 24 | 0 | 117 | 130 | 40 | 7 | 117 | 46 |
| Binary | 10101101 | 100101 | 10100 | 0 | 1001111 | 1011000 | 100000 | 111 | 1001111 | 100110 |
Color Harmonies of #AD2514
Complementary color
Monochromatic Colors of #AD2514
Black with #AD2514
Text Example
Text Example
White with #AD2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2514; }
p { color: rgb(173,37,20); }
H1.HeaderClassName
{
color: #AD2514;
}
.AnyTagClassName
{
color: #AD2514;
}
</style>
background-color css
<style>
a { background-color: #AD2514; }
a { background-color: rgb(173,37,20); }
div.DivClassName
{
background-color: #AD2514;
}
.BgClassName
{
background-color: #AD2514;
}
</style>
border-color css
<style>
span { border-color: #AD2514; }
span { border-color: rgb(173,37,20); }
td.TdClassName
{
border-color: #AD2514;
}
.TagClassName
{
border-color: #AD2514;
}
</style>