Shades of Fire Brick #AF2221
Tints of Fire Brick #AF2221
RGB
CMYK
RGB Variations
Color information
#AF2221 (or 0xAF2221) is known color: Fire Brick. HEX triplet: AF, 22 and 21. RGB value is (175,34,33). Sum of RGB (Red+Green+Blue) = 175+34+33=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2221 is #50DDDE. Grayscale: #4C4C4C. Windows color (decimal): -5299679 or 2171567. OLE color: 2171567.
HSL color Cylindrical-coordinate representation of color #AF2221: hue angle of 0.42º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2221 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 33 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.31 |
| HSL | 0.42º | 0.68% | 0.41% | - |
| HSV(B) | 0.42º | 0.81% | 0.69% | - |
| XYZ | 18.53 | 10.37 | 2.46 | - |
| YUV | 76.05 | 103.71 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 33 | 0 | 0.81 | 0.81 | 0.31 | 0.42 | 0.68 | 0.41 |
| Hex | AF | 22 | 21 | 0 | 51 | 51 | 1F | 0 | 44 | 29 |
| Octal | 257 | 42 | 41 | 0 | 121 | 121 | 37 | 0 | 104 | 51 |
| Binary | 10101111 | 100010 | 100001 | 0 | 1010001 | 1010001 | 11111 | 0 | 1000100 | 101001 |
Color Harmonies of #AF2221
Complementary color
Monochromatic Colors of #AF2221
Black with #AF2221
Text Example
Text Example
White with #AF2221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2221; }
p { color: rgb(175,34,33); }
H1.HeaderClassName
{
color: #AF2221;
}
.AnyTagClassName
{
color: #AF2221;
}
</style>
background-color css
<style>
a { background-color: #AF2221; }
a { background-color: rgb(175,34,33); }
div.DivClassName
{
background-color: #AF2221;
}
.BgClassName
{
background-color: #AF2221;
}
</style>
border-color css
<style>
span { border-color: #AF2221; }
span { border-color: rgb(175,34,33); }
td.TdClassName
{
border-color: #AF2221;
}
.TagClassName
{
border-color: #AF2221;
}
</style>