Shades of Fire Brick #AF1411
Tints of Fire Brick #AF1411
RGB
CMYK
RGB Variations
Color information
#AF1411 (or 0xAF1411) is known color: Fire Brick. HEX triplet: AF, 14 and 11. RGB value is (175,20,17). Sum of RGB (Red+Green+Blue) = 175+20+17=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1411 is #50EBEE. Grayscale: #424242. Windows color (decimal): -5303279 or 1119407. OLE color: 1119407.
HSL color Cylindrical-coordinate representation of color #AF1411: hue angle of 1.14º 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 #AF1411 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 17 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.31 |
| HSL | 1.14º | 0.82% | 0.38% | - |
| HSV(B) | 1.14º | 0.9% | 0.69% | - |
| XYZ | 18.03 | 9.65 | 1.44 | - |
| YUV | 66 | 100.35 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 17 | 0 | 0.89 | 0.90 | 0.31 | 1.14 | 0.82 | 0.38 |
| Hex | AF | 14 | 11 | 0 | 59 | 5A | 1F | 1 | 52 | 26 |
| Octal | 257 | 24 | 21 | 0 | 131 | 132 | 37 | 1 | 122 | 46 |
| Binary | 10101111 | 10100 | 10001 | 0 | 1011001 | 1011010 | 11111 | 1 | 1010010 | 100110 |
Color Harmonies of #AF1411
Complementary color
Monochromatic Colors of #AF1411
Black with #AF1411
Text Example
Text Example
White with #AF1411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1411; }
p { color: rgb(175,20,17); }
H1.HeaderClassName
{
color: #AF1411;
}
.AnyTagClassName
{
color: #AF1411;
}
</style>
background-color css
<style>
a { background-color: #AF1411; }
a { background-color: rgb(175,20,17); }
div.DivClassName
{
background-color: #AF1411;
}
.BgClassName
{
background-color: #AF1411;
}
</style>
border-color css
<style>
span { border-color: #AF1411; }
span { border-color: rgb(175,20,17); }
td.TdClassName
{
border-color: #AF1411;
}
.TagClassName
{
border-color: #AF1411;
}
</style>