Shades of Fire Brick #AF2711
Tints of Fire Brick #AF2711
RGB
CMYK
RGB Variations
Color information
#AF2711 (or 0xAF2711) is known color: Fire Brick. HEX triplet: AF, 27 and 11. RGB value is (175,39,17). Sum of RGB (Red+Green+Blue) = 175+39+17=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2711 is #50D8EE. Grayscale: #4D4D4D. Windows color (decimal): -5298415 or 1124271. OLE color: 1124271.
HSL color Cylindrical-coordinate representation of color #AF2711: hue angle of 8.35º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF2711 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 17 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.31 |
| HSL | 8.35º | 0.82% | 0.38% | - |
| HSV(B) | 8.35º | 0.9% | 0.69% | - |
| XYZ | 18.51 | 10.61 | 1.6 | - |
| YUV | 77.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 17 | 0 | 0.78 | 0.90 | 0.31 | 8.35 | 0.82 | 0.38 |
| Hex | AF | 27 | 11 | 0 | 4E | 5A | 1F | 8 | 52 | 26 |
| Octal | 257 | 47 | 21 | 0 | 116 | 132 | 37 | 10 | 122 | 46 |
| Binary | 10101111 | 100111 | 10001 | 0 | 1001110 | 1011010 | 11111 | 1000 | 1010010 | 100110 |
Color Harmonies of #AF2711
Complementary color
Monochromatic Colors of #AF2711
Black with #AF2711
Text Example
Text Example
White with #AF2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2711; }
p { color: rgb(175,39,17); }
H1.HeaderClassName
{
color: #AF2711;
}
.AnyTagClassName
{
color: #AF2711;
}
</style>
background-color css
<style>
a { background-color: #AF2711; }
a { background-color: rgb(175,39,17); }
div.DivClassName
{
background-color: #AF2711;
}
.BgClassName
{
background-color: #AF2711;
}
</style>
border-color css
<style>
span { border-color: #AF2711; }
span { border-color: rgb(175,39,17); }
td.TdClassName
{
border-color: #AF2711;
}
.TagClassName
{
border-color: #AF2711;
}
</style>