Shades of Fire Brick #AF250F
Tints of Fire Brick #AF250F
RGB
CMYK
RGB Variations
Color information
#AF250F (or 0xAF250F) is known color: Fire Brick. HEX triplet: AF, 25 and 0F. RGB value is (175,37,15). Sum of RGB (Red+Green+Blue) = 175+37+15=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF250F is #50DAF0. Grayscale: #4B4B4B. Windows color (decimal): -5298929 or 992687. OLE color: 992687.
HSL color Cylindrical-coordinate representation of color #AF250F: hue angle of 8.25º 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 #AF250F is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 15 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.31 |
| HSL | 8.25º | 0.84% | 0.37% | - |
| HSV(B) | 8.25º | 0.91% | 0.69% | - |
| XYZ | 18.43 | 10.47 | 1.5 | - |
| YUV | 75.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 15 | 0 | 0.79 | 0.91 | 0.31 | 8.25 | 0.84 | 0.37 |
| Hex | AF | 25 | F | 0 | 4F | 5B | 1F | 8 | 54 | 25 |
| Octal | 257 | 45 | 17 | 0 | 117 | 133 | 37 | 10 | 124 | 45 |
| Binary | 10101111 | 100101 | 1111 | 0 | 1001111 | 1011011 | 11111 | 1000 | 1010100 | 100101 |
Color Harmonies of #AF250F
Complementary color
Monochromatic Colors of #AF250F
Black with #AF250F
Text Example
Text Example
White with #AF250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF250F; }
p { color: rgb(175,37,15); }
H1.HeaderClassName
{
color: #AF250F;
}
.AnyTagClassName
{
color: #AF250F;
}
</style>
background-color css
<style>
a { background-color: #AF250F; }
a { background-color: rgb(175,37,15); }
div.DivClassName
{
background-color: #AF250F;
}
.BgClassName
{
background-color: #AF250F;
}
</style>
border-color css
<style>
span { border-color: #AF250F; }
span { border-color: rgb(175,37,15); }
td.TdClassName
{
border-color: #AF250F;
}
.TagClassName
{
border-color: #AF250F;
}
</style>