Shades of Fire Brick #AD1D15
Tints of Fire Brick #AD1D15
RGB
CMYK
RGB Variations
Color information
#AD1D15 (or 0xAD1D15) is known color: Fire Brick. HEX triplet: AD, 1D and 15. RGB value is (173,29,21). Sum of RGB (Red+Green+Blue) = 173+29+21=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D15 is #52E2EA. Grayscale: #474747. Windows color (decimal): -5432043 or 1383853. OLE color: 1383853.
HSL color Cylindrical-coordinate representation of color #AD1D15: hue angle of 3.16º degrees, saturation: 0.78, 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 #AD1D15 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 21 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.32 |
| HSL | 3.16º | 0.78% | 0.38% | - |
| HSV(B) | 3.16º | 0.88% | 0.68% | - |
| XYZ | 17.81 | 9.82 | 1.67 | - |
| YUV | 71.14 | 99.71 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 21 | 0 | 0.83 | 0.88 | 0.32 | 3.16 | 0.78 | 0.38 |
| Hex | AD | 1D | 15 | 0 | 53 | 58 | 20 | 3 | 4E | 26 |
| Octal | 255 | 35 | 25 | 0 | 123 | 130 | 40 | 3 | 116 | 46 |
| Binary | 10101101 | 11101 | 10101 | 0 | 1010011 | 1011000 | 100000 | 11 | 1001110 | 100110 |
Color Harmonies of #AD1D15
Complementary color
Monochromatic Colors of #AD1D15
Black with #AD1D15
Text Example
Text Example
White with #AD1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D15; }
p { color: rgb(173,29,21); }
H1.HeaderClassName
{
color: #AD1D15;
}
.AnyTagClassName
{
color: #AD1D15;
}
</style>
background-color css
<style>
a { background-color: #AD1D15; }
a { background-color: rgb(173,29,21); }
div.DivClassName
{
background-color: #AD1D15;
}
.BgClassName
{
background-color: #AD1D15;
}
</style>
border-color css
<style>
span { border-color: #AD1D15; }
span { border-color: rgb(173,29,21); }
td.TdClassName
{
border-color: #AD1D15;
}
.TagClassName
{
border-color: #AD1D15;
}
</style>