Shades of Fire Brick #AF211D
Tints of Fire Brick #AF211D
RGB
CMYK
RGB Variations
Color information
#AF211D (or 0xAF211D) is known color: Fire Brick. HEX triplet: AF, 21 and 1D. RGB value is (175,33,29). Sum of RGB (Red+Green+Blue) = 175+33+29=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF211D is #50DEE2. Grayscale: #4B4B4B. Windows color (decimal): -5299939 or 1909167. OLE color: 1909167.
HSL color Cylindrical-coordinate representation of color #AF211D: hue angle of 1.64º degrees, saturation: 0.72, 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 #AF211D is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 29 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.31 |
| HSL | 1.64º | 0.72% | 0.4% | - |
| HSV(B) | 1.64º | 0.83% | 0.69% | - |
| XYZ | 18.44 | 10.29 | 2.18 | - |
| YUV | 75 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 29 | 0 | 0.81 | 0.83 | 0.31 | 1.64 | 0.72 | 0.4 |
| Hex | AF | 21 | 1D | 0 | 51 | 53 | 1F | 2 | 48 | 28 |
| Octal | 257 | 41 | 35 | 0 | 121 | 123 | 37 | 2 | 110 | 50 |
| Binary | 10101111 | 100001 | 11101 | 0 | 1010001 | 1010011 | 11111 | 10 | 1001000 | 101000 |
Color Harmonies of #AF211D
Complementary color
Monochromatic Colors of #AF211D
Black with #AF211D
Text Example
Text Example
White with #AF211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF211D; }
p { color: rgb(175,33,29); }
H1.HeaderClassName
{
color: #AF211D;
}
.AnyTagClassName
{
color: #AF211D;
}
</style>
background-color css
<style>
a { background-color: #AF211D; }
a { background-color: rgb(175,33,29); }
div.DivClassName
{
background-color: #AF211D;
}
.BgClassName
{
background-color: #AF211D;
}
</style>
border-color css
<style>
span { border-color: #AF211D; }
span { border-color: rgb(175,33,29); }
td.TdClassName
{
border-color: #AF211D;
}
.TagClassName
{
border-color: #AF211D;
}
</style>