Shades of Fire Brick #AF2113
Tints of Fire Brick #AF2113
RGB
CMYK
RGB Variations
Color information
#AF2113 (or 0xAF2113) is known color: Fire Brick. HEX triplet: AF, 21 and 13. RGB value is (175,33,19). Sum of RGB (Red+Green+Blue) = 175+33+19=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2113 is #50DEEC. Grayscale: #4A4A4A. Windows color (decimal): -5299949 or 1253807. OLE color: 1253807.
HSL color Cylindrical-coordinate representation of color #AF2113: hue angle of 5.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF2113 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 19 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.31 |
| HSL | 5.38º | 0.8% | 0.38% | - |
| HSV(B) | 5.38º | 0.89% | 0.69% | - |
| XYZ | 18.34 | 10.25 | 1.63 | - |
| YUV | 73.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 19 | 0 | 0.81 | 0.89 | 0.31 | 5.38 | 0.8 | 0.38 |
| Hex | AF | 21 | 13 | 0 | 51 | 59 | 1F | 5 | 50 | 26 |
| Octal | 257 | 41 | 23 | 0 | 121 | 131 | 37 | 5 | 120 | 46 |
| Binary | 10101111 | 100001 | 10011 | 0 | 1010001 | 1011001 | 11111 | 101 | 1010000 | 100110 |
Color Harmonies of #AF2113
Complementary color
Monochromatic Colors of #AF2113
Black with #AF2113
Text Example
Text Example
White with #AF2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2113; }
p { color: rgb(175,33,19); }
H1.HeaderClassName
{
color: #AF2113;
}
.AnyTagClassName
{
color: #AF2113;
}
</style>
background-color css
<style>
a { background-color: #AF2113; }
a { background-color: rgb(175,33,19); }
div.DivClassName
{
background-color: #AF2113;
}
.BgClassName
{
background-color: #AF2113;
}
</style>
border-color css
<style>
span { border-color: #AF2113; }
span { border-color: rgb(175,33,19); }
td.TdClassName
{
border-color: #AF2113;
}
.TagClassName
{
border-color: #AF2113;
}
</style>