Shades of Fire Brick #AF211A
Tints of Fire Brick #AF211A
RGB
CMYK
RGB Variations
Color information
#AF211A (or 0xAF211A) is known color: Fire Brick. HEX triplet: AF, 21 and 1A. RGB value is (175,33,26). Sum of RGB (Red+Green+Blue) = 175+33+26=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF211A is #50DEE5. Grayscale: #4A4A4A. Windows color (decimal): -5299942 or 1712559. OLE color: 1712559.
HSL color Cylindrical-coordinate representation of color #AF211A: hue angle of 2.82º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF211A is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 26 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.31 |
| HSL | 2.82º | 0.74% | 0.39% | - |
| HSV(B) | 2.82º | 0.85% | 0.69% | - |
| XYZ | 18.41 | 10.28 | 1.99 | - |
| YUV | 74.66 | 100.54 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 26 | 0 | 0.81 | 0.85 | 0.31 | 2.82 | 0.74 | 0.39 |
| Hex | AF | 21 | 1A | 0 | 51 | 55 | 1F | 3 | 4A | 27 |
| Octal | 257 | 41 | 32 | 0 | 121 | 125 | 37 | 3 | 112 | 47 |
| Binary | 10101111 | 100001 | 11010 | 0 | 1010001 | 1010101 | 11111 | 11 | 1001010 | 100111 |
Color Harmonies of #AF211A
Complementary color
Monochromatic Colors of #AF211A
Black with #AF211A
Text Example
Text Example
White with #AF211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF211A; }
p { color: rgb(175,33,26); }
H1.HeaderClassName
{
color: #AF211A;
}
.AnyTagClassName
{
color: #AF211A;
}
</style>
background-color css
<style>
a { background-color: #AF211A; }
a { background-color: rgb(175,33,26); }
div.DivClassName
{
background-color: #AF211A;
}
.BgClassName
{
background-color: #AF211A;
}
</style>
border-color css
<style>
span { border-color: #AF211A; }
span { border-color: rgb(175,33,26); }
td.TdClassName
{
border-color: #AF211A;
}
.TagClassName
{
border-color: #AF211A;
}
</style>