Shades of Fire Brick #AF1C0E
Tints of Fire Brick #AF1C0E
RGB
CMYK
RGB Variations
Color information
#AF1C0E (or 0xAF1C0E) is known color: Fire Brick. HEX triplet: AF, 1C and 0E. RGB value is (175,28,14). Sum of RGB (Red+Green+Blue) = 175+28+14=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1C0E is #50E3F1. Grayscale: #464646. Windows color (decimal): -5301234 or 924847. OLE color: 924847.
HSL color Cylindrical-coordinate representation of color #AF1C0E: hue angle of 5.22º 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 #AF1C0E is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 28 | 14 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.31 |
| HSL | 5.22º | 0.85% | 0.37% | - |
| HSV(B) | 5.22º | 0.92% | 0.69% | - |
| XYZ | 18.17 | 9.98 | 1.38 | - |
| YUV | 70.36 | 96.2 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 14 | 0 | 0.84 | 0.92 | 0.31 | 5.22 | 0.85 | 0.37 |
| Hex | AF | 1C | E | 0 | 54 | 5C | 1F | 5 | 55 | 25 |
| Octal | 257 | 34 | 16 | 0 | 124 | 134 | 37 | 5 | 125 | 45 |
| Binary | 10101111 | 11100 | 1110 | 0 | 1010100 | 1011100 | 11111 | 101 | 1010101 | 100101 |
Color Harmonies of #AF1C0E
Complementary color
Monochromatic Colors of #AF1C0E
Black with #AF1C0E
Text Example
Text Example
White with #AF1C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1C0E; }
p { color: rgb(175,28,14); }
H1.HeaderClassName
{
color: #AF1C0E;
}
.AnyTagClassName
{
color: #AF1C0E;
}
</style>
background-color css
<style>
a { background-color: #AF1C0E; }
a { background-color: rgb(175,28,14); }
div.DivClassName
{
background-color: #AF1C0E;
}
.BgClassName
{
background-color: #AF1C0E;
}
</style>
border-color css
<style>
span { border-color: #AF1C0E; }
span { border-color: rgb(175,28,14); }
td.TdClassName
{
border-color: #AF1C0E;
}
.TagClassName
{
border-color: #AF1C0E;
}
</style>