Shades of Fire Brick #AF240E
Tints of Fire Brick #AF240E
RGB
CMYK
RGB Variations
Color information
#AF240E (or 0xAF240E) is known color: Fire Brick. HEX triplet: AF, 24 and 0E. RGB value is (175,36,14). Sum of RGB (Red+Green+Blue) = 175+36+14=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF240E is #50DBF1. Grayscale: #4B4B4B. Windows color (decimal): -5299186 or 926895. OLE color: 926895.
HSL color Cylindrical-coordinate representation of color #AF240E: hue angle of 8.2º 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 #AF240E is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 14 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.31 |
| HSL | 8.2º | 0.85% | 0.37% | - |
| HSV(B) | 8.2º | 0.92% | 0.69% | - |
| XYZ | 18.39 | 10.41 | 1.46 | - |
| YUV | 75.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 14 | 0 | 0.79 | 0.92 | 0.31 | 8.2 | 0.85 | 0.37 |
| Hex | AF | 24 | E | 0 | 4F | 5C | 1F | 8 | 55 | 25 |
| Octal | 257 | 44 | 16 | 0 | 117 | 134 | 37 | 10 | 125 | 45 |
| Binary | 10101111 | 100100 | 1110 | 0 | 1001111 | 1011100 | 11111 | 1000 | 1010101 | 100101 |
Color Harmonies of #AF240E
Complementary color
Monochromatic Colors of #AF240E
Black with #AF240E
Text Example
Text Example
White with #AF240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF240E; }
p { color: rgb(175,36,14); }
H1.HeaderClassName
{
color: #AF240E;
}
.AnyTagClassName
{
color: #AF240E;
}
</style>
background-color css
<style>
a { background-color: #AF240E; }
a { background-color: rgb(175,36,14); }
div.DivClassName
{
background-color: #AF240E;
}
.BgClassName
{
background-color: #AF240E;
}
</style>
border-color css
<style>
span { border-color: #AF240E; }
span { border-color: rgb(175,36,14); }
td.TdClassName
{
border-color: #AF240E;
}
.TagClassName
{
border-color: #AF240E;
}
</style>