Shades of Fire Brick #AF1111
Tints of Fire Brick #AF1111
RGB
CMYK
RGB Variations
Color information
#AF1111 (or 0xAF1111) is known color: Fire Brick. HEX triplet: AF, 11 and 11. RGB value is (175,17,17). Sum of RGB (Red+Green+Blue) = 175+17+17=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1111 is #50EEEE. Grayscale: #404040. Windows color (decimal): -5304047 or 1118639. OLE color: 1118639.
HSL color Cylindrical-coordinate representation of color #AF1111: hue angle of 0º 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 #AF1111 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 17 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.31 |
| HSL | 0º | 0.82% | 0.38% | - |
| HSV(B) | 0º | 0.9% | 0.69% | - |
| XYZ | 17.98 | 9.56 | 1.43 | - |
| YUV | 64.24 | 101.35 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 17 | 0 | 0.90 | 0.90 | 0.31 | 0 | 0.82 | 0.38 |
| Hex | AF | 11 | 11 | 0 | 5A | 5A | 1F | 0 | 52 | 26 |
| Octal | 257 | 21 | 21 | 0 | 132 | 132 | 37 | 0 | 122 | 46 |
| Binary | 10101111 | 10001 | 10001 | 0 | 1011010 | 1011010 | 11111 | 0 | 1010010 | 100110 |
Color Harmonies of #AF1111
Complementary color
Monochromatic Colors of #AF1111
Black with #AF1111
Text Example
Text Example
White with #AF1111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1111; }
p { color: rgb(175,17,17); }
H1.HeaderClassName
{
color: #AF1111;
}
.AnyTagClassName
{
color: #AF1111;
}
</style>
background-color css
<style>
a { background-color: #AF1111; }
a { background-color: rgb(175,17,17); }
div.DivClassName
{
background-color: #AF1111;
}
.BgClassName
{
background-color: #AF1111;
}
</style>
border-color css
<style>
span { border-color: #AF1111; }
span { border-color: rgb(175,17,17); }
td.TdClassName
{
border-color: #AF1111;
}
.TagClassName
{
border-color: #AF1111;
}
</style>