Shades of Fire Brick #AF220E
Tints of Fire Brick #AF220E
RGB
CMYK
RGB Variations
Color information
#AF220E (or 0xAF220E) is known color: Fire Brick. HEX triplet: AF, 22 and 0E. RGB value is (175,34,14). Sum of RGB (Red+Green+Blue) = 175+34+14=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF220E is #50DDF1. Grayscale: #4A4A4A. Windows color (decimal): -5299698 or 926383. OLE color: 926383.
HSL color Cylindrical-coordinate representation of color #AF220E: hue angle of 7.45º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF220E is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 14 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.31 |
| HSL | 7.45º | 0.85% | 0.37% | - |
| HSV(B) | 7.45º | 0.92% | 0.69% | - |
| XYZ | 18.33 | 10.29 | 1.44 | - |
| YUV | 73.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 14 | 0 | 0.81 | 0.92 | 0.31 | 7.45 | 0.85 | 0.37 |
| Hex | AF | 22 | E | 0 | 51 | 5C | 1F | 7 | 55 | 25 |
| Octal | 257 | 42 | 16 | 0 | 121 | 134 | 37 | 7 | 125 | 45 |
| Binary | 10101111 | 100010 | 1110 | 0 | 1010001 | 1011100 | 11111 | 111 | 1010101 | 100101 |
Color Harmonies of #AF220E
Complementary color
Monochromatic Colors of #AF220E
Black with #AF220E
Text Example
Text Example
White with #AF220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF220E; }
p { color: rgb(175,34,14); }
H1.HeaderClassName
{
color: #AF220E;
}
.AnyTagClassName
{
color: #AF220E;
}
</style>
background-color css
<style>
a { background-color: #AF220E; }
a { background-color: rgb(175,34,14); }
div.DivClassName
{
background-color: #AF220E;
}
.BgClassName
{
background-color: #AF220E;
}
</style>
border-color css
<style>
span { border-color: #AF220E; }
span { border-color: rgb(175,34,14); }
td.TdClassName
{
border-color: #AF220E;
}
.TagClassName
{
border-color: #AF220E;
}
</style>