Shades of Fire Brick #AF2117
Tints of Fire Brick #AF2117
RGB
CMYK
RGB Variations
Color information
#AF2117 (or 0xAF2117) is known color: Fire Brick. HEX triplet: AF, 21 and 17. RGB value is (175,33,23). Sum of RGB (Red+Green+Blue) = 175+33+23=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2117 is #50DEE8. Grayscale: #4A4A4A. Windows color (decimal): -5299945 or 1515951. OLE color: 1515951.
HSL color Cylindrical-coordinate representation of color #AF2117: hue angle of 3.95º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF2117 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 23 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.31 |
| HSL | 3.95º | 0.77% | 0.39% | - |
| HSV(B) | 3.95º | 0.87% | 0.69% | - |
| XYZ | 18.38 | 10.26 | 1.82 | - |
| YUV | 74.32 | 99.04 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 23 | 0 | 0.81 | 0.87 | 0.31 | 3.95 | 0.77 | 0.39 |
| Hex | AF | 21 | 17 | 0 | 51 | 57 | 1F | 4 | 4D | 27 |
| Octal | 257 | 41 | 27 | 0 | 121 | 127 | 37 | 4 | 115 | 47 |
| Binary | 10101111 | 100001 | 10111 | 0 | 1010001 | 1010111 | 11111 | 100 | 1001101 | 100111 |
Color Harmonies of #AF2117
Complementary color
Monochromatic Colors of #AF2117
Black with #AF2117
Text Example
Text Example
White with #AF2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2117; }
p { color: rgb(175,33,23); }
H1.HeaderClassName
{
color: #AF2117;
}
.AnyTagClassName
{
color: #AF2117;
}
</style>
background-color css
<style>
a { background-color: #AF2117; }
a { background-color: rgb(175,33,23); }
div.DivClassName
{
background-color: #AF2117;
}
.BgClassName
{
background-color: #AF2117;
}
</style>
border-color css
<style>
span { border-color: #AF2117; }
span { border-color: rgb(175,33,23); }
td.TdClassName
{
border-color: #AF2117;
}
.TagClassName
{
border-color: #AF2117;
}
</style>