Shades of Fire Brick #AF140F
Tints of Fire Brick #AF140F
RGB
CMYK
RGB Variations
Color information
#AF140F (or 0xAF140F) is known color: Fire Brick. HEX triplet: AF, 14 and 0F. RGB value is (175,20,15). Sum of RGB (Red+Green+Blue) = 175+20+15=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF140F is #50EBF0. Grayscale: #414141. Windows color (decimal): -5303281 or 988335. OLE color: 988335.
HSL color Cylindrical-coordinate representation of color #AF140F: hue angle of 1.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF140F is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 15 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.31 |
| HSL | 1.88º | 0.84% | 0.37% | - |
| HSV(B) | 1.88º | 0.91% | 0.69% | - |
| XYZ | 18.02 | 9.65 | 1.36 | - |
| YUV | 65.78 | 99.35 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 15 | 0 | 0.89 | 0.91 | 0.31 | 1.88 | 0.84 | 0.37 |
| Hex | AF | 14 | F | 0 | 59 | 5B | 1F | 2 | 54 | 25 |
| Octal | 257 | 24 | 17 | 0 | 131 | 133 | 37 | 2 | 124 | 45 |
| Binary | 10101111 | 10100 | 1111 | 0 | 1011001 | 1011011 | 11111 | 10 | 1010100 | 100101 |
Color Harmonies of #AF140F
Complementary color
Monochromatic Colors of #AF140F
Black with #AF140F
Text Example
Text Example
White with #AF140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF140F; }
p { color: rgb(175,20,15); }
H1.HeaderClassName
{
color: #AF140F;
}
.AnyTagClassName
{
color: #AF140F;
}
</style>
background-color css
<style>
a { background-color: #AF140F; }
a { background-color: rgb(175,20,15); }
div.DivClassName
{
background-color: #AF140F;
}
.BgClassName
{
background-color: #AF140F;
}
</style>
border-color css
<style>
span { border-color: #AF140F; }
span { border-color: rgb(175,20,15); }
td.TdClassName
{
border-color: #AF140F;
}
.TagClassName
{
border-color: #AF140F;
}
</style>