Shades of Fire Brick #AF1911
Tints of Fire Brick #AF1911
RGB
CMYK
RGB Variations
Color information
#AF1911 (or 0xAF1911) is known color: Fire Brick. HEX triplet: AF, 19 and 11. RGB value is (175,25,17). Sum of RGB (Red+Green+Blue) = 175+25+17=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1911 is #50E6EE. Grayscale: #454545. Windows color (decimal): -5301999 or 1120687. OLE color: 1120687.
HSL color Cylindrical-coordinate representation of color #AF1911: hue angle of 3.04º 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 #AF1911 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 17 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.31 |
| HSL | 3.04º | 0.82% | 0.38% | - |
| HSV(B) | 3.04º | 0.9% | 0.69% | - |
| XYZ | 18.13 | 9.85 | 1.48 | - |
| YUV | 68.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 17 | 0 | 0.86 | 0.90 | 0.31 | 3.04 | 0.82 | 0.38 |
| Hex | AF | 19 | 11 | 0 | 56 | 5A | 1F | 3 | 52 | 26 |
| Octal | 257 | 31 | 21 | 0 | 126 | 132 | 37 | 3 | 122 | 46 |
| Binary | 10101111 | 11001 | 10001 | 0 | 1010110 | 1011010 | 11111 | 11 | 1010010 | 100110 |
Color Harmonies of #AF1911
Complementary color
Monochromatic Colors of #AF1911
Black with #AF1911
Text Example
Text Example
White with #AF1911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1911; }
p { color: rgb(175,25,17); }
H1.HeaderClassName
{
color: #AF1911;
}
.AnyTagClassName
{
color: #AF1911;
}
</style>
background-color css
<style>
a { background-color: #AF1911; }
a { background-color: rgb(175,25,17); }
div.DivClassName
{
background-color: #AF1911;
}
.BgClassName
{
background-color: #AF1911;
}
</style>
border-color css
<style>
span { border-color: #AF1911; }
span { border-color: rgb(175,25,17); }
td.TdClassName
{
border-color: #AF1911;
}
.TagClassName
{
border-color: #AF1911;
}
</style>