Shades of Fire Brick #AF221E
Tints of Fire Brick #AF221E
RGB
CMYK
RGB Variations
Color information
#AF221E (or 0xAF221E) is known color: Fire Brick. HEX triplet: AF, 22 and 1E. RGB value is (175,34,30). Sum of RGB (Red+Green+Blue) = 175+34+30=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF221E is #50DDE1. Grayscale: #4B4B4B. Windows color (decimal): -5299682 or 1974959. OLE color: 1974959.
HSL color Cylindrical-coordinate representation of color #AF221E: hue angle of 1.66º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF221E is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 30 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.31 |
| HSL | 1.66º | 0.71% | 0.4% | - |
| HSV(B) | 1.66º | 0.83% | 0.69% | - |
| XYZ | 18.49 | 10.35 | 2.25 | - |
| YUV | 75.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 30 | 0 | 0.81 | 0.83 | 0.31 | 1.66 | 0.71 | 0.4 |
| Hex | AF | 22 | 1E | 0 | 51 | 53 | 1F | 2 | 47 | 28 |
| Octal | 257 | 42 | 36 | 0 | 121 | 123 | 37 | 2 | 107 | 50 |
| Binary | 10101111 | 100010 | 11110 | 0 | 1010001 | 1010011 | 11111 | 10 | 1000111 | 101000 |
Color Harmonies of #AF221E
Complementary color
Monochromatic Colors of #AF221E
Black with #AF221E
Text Example
Text Example
White with #AF221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF221E; }
p { color: rgb(175,34,30); }
H1.HeaderClassName
{
color: #AF221E;
}
.AnyTagClassName
{
color: #AF221E;
}
</style>
background-color css
<style>
a { background-color: #AF221E; }
a { background-color: rgb(175,34,30); }
div.DivClassName
{
background-color: #AF221E;
}
.BgClassName
{
background-color: #AF221E;
}
</style>
border-color css
<style>
span { border-color: #AF221E; }
span { border-color: rgb(175,34,30); }
td.TdClassName
{
border-color: #AF221E;
}
.TagClassName
{
border-color: #AF221E;
}
</style>