Shades of Fire Brick #AF140E
Tints of Fire Brick #AF140E
RGB
CMYK
RGB Variations
Color information
#AF140E (or 0xAF140E) is known color: Fire Brick. HEX triplet: AF, 14 and 0E. RGB value is (175,20,14). Sum of RGB (Red+Green+Blue) = 175+20+14=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF140E is #50EBF1. Grayscale: #414141. Windows color (decimal): -5303282 or 922799. OLE color: 922799.
HSL color Cylindrical-coordinate representation of color #AF140E: hue angle of 2.24º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF140E is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 14 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.31 |
| HSL | 2.24º | 0.85% | 0.37% | - |
| HSV(B) | 2.24º | 0.92% | 0.69% | - |
| XYZ | 18.01 | 9.65 | 1.33 | - |
| YUV | 65.66 | 98.85 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 14 | 0 | 0.89 | 0.92 | 0.31 | 2.24 | 0.85 | 0.37 |
| Hex | AF | 14 | E | 0 | 59 | 5C | 1F | 2 | 55 | 25 |
| Octal | 257 | 24 | 16 | 0 | 131 | 134 | 37 | 2 | 125 | 45 |
| Binary | 10101111 | 10100 | 1110 | 0 | 1011001 | 1011100 | 11111 | 10 | 1010101 | 100101 |
Color Harmonies of #AF140E
Complementary color
Monochromatic Colors of #AF140E
Black with #AF140E
Text Example
Text Example
White with #AF140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF140E; }
p { color: rgb(175,20,14); }
H1.HeaderClassName
{
color: #AF140E;
}
.AnyTagClassName
{
color: #AF140E;
}
</style>
background-color css
<style>
a { background-color: #AF140E; }
a { background-color: rgb(175,20,14); }
div.DivClassName
{
background-color: #AF140E;
}
.BgClassName
{
background-color: #AF140E;
}
</style>
border-color css
<style>
span { border-color: #AF140E; }
span { border-color: rgb(175,20,14); }
td.TdClassName
{
border-color: #AF140E;
}
.TagClassName
{
border-color: #AF140E;
}
</style>