Shades of Fire Brick #AF2F17
Tints of Fire Brick #AF2F17
RGB
CMYK
RGB Variations
Color information
#AF2F17 (or 0xAF2F17) is known color: Fire Brick. HEX triplet: AF, 2F and 17. RGB value is (175,47,23). Sum of RGB (Red+Green+Blue) = 175+47+23=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F17 is #50D0E8. Grayscale: #525252. Windows color (decimal): -5296361 or 1519535. OLE color: 1519535.
HSL color Cylindrical-coordinate representation of color #AF2F17: hue angle of 9.47º 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 #AF2F17 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 47 | 23 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.31 |
| HSL | 9.47º | 0.77% | 0.39% | - |
| HSV(B) | 9.47º | 0.87% | 0.69% | - |
| XYZ | 18.85 | 11.21 | 1.98 | - |
| YUV | 82.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 47 | 23 | 0 | 0.73 | 0.87 | 0.31 | 9.47 | 0.77 | 0.39 |
| Hex | AF | 2F | 17 | 0 | 49 | 57 | 1F | 9 | 4D | 27 |
| Octal | 257 | 57 | 27 | 0 | 111 | 127 | 37 | 11 | 115 | 47 |
| Binary | 10101111 | 101111 | 10111 | 0 | 1001001 | 1010111 | 11111 | 1001 | 1001101 | 100111 |
Color Harmonies of #AF2F17
Complementary color
Monochromatic Colors of #AF2F17
Black with #AF2F17
Text Example
Text Example
White with #AF2F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2F17; }
p { color: rgb(175,47,23); }
H1.HeaderClassName
{
color: #AF2F17;
}
.AnyTagClassName
{
color: #AF2F17;
}
</style>
background-color css
<style>
a { background-color: #AF2F17; }
a { background-color: rgb(175,47,23); }
div.DivClassName
{
background-color: #AF2F17;
}
.BgClassName
{
background-color: #AF2F17;
}
</style>
border-color css
<style>
span { border-color: #AF2F17; }
span { border-color: rgb(175,47,23); }
td.TdClassName
{
border-color: #AF2F17;
}
.TagClassName
{
border-color: #AF2F17;
}
</style>