Shades of Fire Brick #AF2D21
Tints of Fire Brick #AF2D21
RGB
CMYK
RGB Variations
Color information
#AF2D21 (or 0xAF2D21) is known color: Fire Brick. HEX triplet: AF, 2D and 21. RGB value is (175,45,33). Sum of RGB (Red+Green+Blue) = 175+45+33=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D21 is #50D2DE. Grayscale: #525252. Windows color (decimal): -5296863 or 2174383. OLE color: 2174383.
HSL color Cylindrical-coordinate representation of color #AF2D21: hue angle of 5.07º 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 #AF2D21 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 33 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.31 |
| HSL | 5.07º | 0.68% | 0.41% | - |
| HSV(B) | 5.07º | 0.81% | 0.69% | - |
| XYZ | 18.89 | 11.1 | 2.59 | - |
| YUV | 82.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 33 | 0 | 0.74 | 0.81 | 0.31 | 5.07 | 0.68 | 0.41 |
| Hex | AF | 2D | 21 | 0 | 4A | 51 | 1F | 5 | 44 | 29 |
| Octal | 257 | 55 | 41 | 0 | 112 | 121 | 37 | 5 | 104 | 51 |
| Binary | 10101111 | 101101 | 100001 | 0 | 1001010 | 1010001 | 11111 | 101 | 1000100 | 101001 |
Color Harmonies of #AF2D21
Complementary color
Monochromatic Colors of #AF2D21
Black with #AF2D21
Text Example
Text Example
White with #AF2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D21; }
p { color: rgb(175,45,33); }
H1.HeaderClassName
{
color: #AF2D21;
}
.AnyTagClassName
{
color: #AF2D21;
}
</style>
background-color css
<style>
a { background-color: #AF2D21; }
a { background-color: rgb(175,45,33); }
div.DivClassName
{
background-color: #AF2D21;
}
.BgClassName
{
background-color: #AF2D21;
}
</style>
border-color css
<style>
span { border-color: #AF2D21; }
span { border-color: rgb(175,45,33); }
td.TdClassName
{
border-color: #AF2D21;
}
.TagClassName
{
border-color: #AF2D21;
}
</style>