Shades of Fire Brick #AF2D17
Tints of Fire Brick #AF2D17
RGB
CMYK
RGB Variations
Color information
#AF2D17 (or 0xAF2D17) is known color: Fire Brick. HEX triplet: AF, 2D and 17. RGB value is (175,45,23). Sum of RGB (Red+Green+Blue) = 175+45+23=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D17 is #50D2E8. Grayscale: #515151. Windows color (decimal): -5296873 or 1519023. OLE color: 1519023.
HSL color Cylindrical-coordinate representation of color #AF2D17: hue angle of 8.68º 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 #AF2D17 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 23 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.31 |
| HSL | 8.68º | 0.77% | 0.39% | - |
| HSV(B) | 8.68º | 0.87% | 0.69% | - |
| XYZ | 18.77 | 11.05 | 1.95 | - |
| YUV | 81.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 23 | 0 | 0.74 | 0.87 | 0.31 | 8.68 | 0.77 | 0.39 |
| Hex | AF | 2D | 17 | 0 | 4A | 57 | 1F | 9 | 4D | 27 |
| Octal | 257 | 55 | 27 | 0 | 112 | 127 | 37 | 11 | 115 | 47 |
| Binary | 10101111 | 101101 | 10111 | 0 | 1001010 | 1010111 | 11111 | 1001 | 1001101 | 100111 |
Color Harmonies of #AF2D17
Complementary color
Monochromatic Colors of #AF2D17
Black with #AF2D17
Text Example
Text Example
White with #AF2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D17; }
p { color: rgb(175,45,23); }
H1.HeaderClassName
{
color: #AF2D17;
}
.AnyTagClassName
{
color: #AF2D17;
}
</style>
background-color css
<style>
a { background-color: #AF2D17; }
a { background-color: rgb(175,45,23); }
div.DivClassName
{
background-color: #AF2D17;
}
.BgClassName
{
background-color: #AF2D17;
}
</style>
border-color css
<style>
span { border-color: #AF2D17; }
span { border-color: rgb(175,45,23); }
td.TdClassName
{
border-color: #AF2D17;
}
.TagClassName
{
border-color: #AF2D17;
}
</style>