Shades of Fire Brick #AD1F07
Tints of Fire Brick #AD1F07
RGB
CMYK
RGB Variations
Color information
#AD1F07 (or 0xAD1F07) is known color: Fire Brick. HEX triplet: AD, 1F and 07. RGB value is (173,31,7). Sum of RGB (Red+Green+Blue) = 173+31+7=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F07 is #52E0F8. Grayscale: #464646. Windows color (decimal): -5431545 or 466861. OLE color: 466861.
HSL color Cylindrical-coordinate representation of color #AD1F07: hue angle of 8.67º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD1F07 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 7 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.32 |
| HSL | 8.67º | 0.92% | 0.35% | - |
| HSV(B) | 8.67º | 0.96% | 0.68% | - |
| XYZ | 17.76 | 9.88 | 1.17 | - |
| YUV | 70.72 | 92.04 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 7 | 0 | 0.82 | 0.96 | 0.32 | 8.67 | 0.92 | 0.35 |
| Hex | AD | 1F | 7 | 0 | 52 | 60 | 20 | 9 | 5C | 23 |
| Octal | 255 | 37 | 7 | 0 | 122 | 140 | 40 | 11 | 134 | 43 |
| Binary | 10101101 | 11111 | 111 | 0 | 1010010 | 1100000 | 100000 | 1001 | 1011100 | 100011 |
Color Harmonies of #AD1F07
Complementary color
Monochromatic Colors of #AD1F07
Black with #AD1F07
Text Example
Text Example
White with #AD1F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F07; }
p { color: rgb(173,31,7); }
H1.HeaderClassName
{
color: #AD1F07;
}
.AnyTagClassName
{
color: #AD1F07;
}
</style>
background-color css
<style>
a { background-color: #AD1F07; }
a { background-color: rgb(173,31,7); }
div.DivClassName
{
background-color: #AD1F07;
}
.BgClassName
{
background-color: #AD1F07;
}
</style>
border-color css
<style>
span { border-color: #AD1F07; }
span { border-color: rgb(173,31,7); }
td.TdClassName
{
border-color: #AD1F07;
}
.TagClassName
{
border-color: #AD1F07;
}
</style>