Shades of Fire Brick #AF1F11
Tints of Fire Brick #AF1F11
RGB
CMYK
RGB Variations
Color information
#AF1F11 (or 0xAF1F11) is known color: Fire Brick. HEX triplet: AF, 1F and 11. RGB value is (175,31,17). Sum of RGB (Red+Green+Blue) = 175+31+17=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F11 is #50E0EE. Grayscale: #484848. Windows color (decimal): -5300463 or 1122223. OLE color: 1122223.
HSL color Cylindrical-coordinate representation of color #AF1F11: hue angle of 5.32º 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 #AF1F11 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 17 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.31 |
| HSL | 5.32º | 0.82% | 0.38% | - |
| HSV(B) | 5.32º | 0.9% | 0.69% | - |
| XYZ | 18.27 | 10.13 | 1.52 | - |
| YUV | 72.46 | 96.71 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 17 | 0 | 0.82 | 0.90 | 0.31 | 5.32 | 0.82 | 0.38 |
| Hex | AF | 1F | 11 | 0 | 52 | 5A | 1F | 5 | 52 | 26 |
| Octal | 257 | 37 | 21 | 0 | 122 | 132 | 37 | 5 | 122 | 46 |
| Binary | 10101111 | 11111 | 10001 | 0 | 1010010 | 1011010 | 11111 | 101 | 1010010 | 100110 |
Color Harmonies of #AF1F11
Complementary color
Monochromatic Colors of #AF1F11
Black with #AF1F11
Text Example
Text Example
White with #AF1F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F11; }
p { color: rgb(175,31,17); }
H1.HeaderClassName
{
color: #AF1F11;
}
.AnyTagClassName
{
color: #AF1F11;
}
</style>
background-color css
<style>
a { background-color: #AF1F11; }
a { background-color: rgb(175,31,17); }
div.DivClassName
{
background-color: #AF1F11;
}
.BgClassName
{
background-color: #AF1F11;
}
</style>
border-color css
<style>
span { border-color: #AF1F11; }
span { border-color: rgb(175,31,17); }
td.TdClassName
{
border-color: #AF1F11;
}
.TagClassName
{
border-color: #AF1F11;
}
</style>