Shades of Fire Brick #AF241E
Tints of Fire Brick #AF241E
RGB
CMYK
RGB Variations
Color information
#AF241E (or 0xAF241E) is known color: Fire Brick. HEX triplet: AF, 24 and 1E. RGB value is (175,36,30). Sum of RGB (Red+Green+Blue) = 175+36+30=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF241E is #50DBE1. Grayscale: #4D4D4D. Windows color (decimal): -5299170 or 1975471. OLE color: 1975471.
HSL color Cylindrical-coordinate representation of color #AF241E: hue angle of 2.48º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF241E is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 30 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.31 |
| HSL | 2.48º | 0.71% | 0.4% | - |
| HSV(B) | 2.48º | 0.83% | 0.69% | - |
| XYZ | 18.54 | 10.47 | 2.27 | - |
| YUV | 76.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 30 | 0 | 0.79 | 0.83 | 0.31 | 2.48 | 0.71 | 0.4 |
| Hex | AF | 24 | 1E | 0 | 4F | 53 | 1F | 2 | 47 | 28 |
| Octal | 257 | 44 | 36 | 0 | 117 | 123 | 37 | 2 | 107 | 50 |
| Binary | 10101111 | 100100 | 11110 | 0 | 1001111 | 1010011 | 11111 | 10 | 1000111 | 101000 |
Color Harmonies of #AF241E
Complementary color
Monochromatic Colors of #AF241E
Black with #AF241E
Text Example
Text Example
White with #AF241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF241E; }
p { color: rgb(175,36,30); }
H1.HeaderClassName
{
color: #AF241E;
}
.AnyTagClassName
{
color: #AF241E;
}
</style>
background-color css
<style>
a { background-color: #AF241E; }
a { background-color: rgb(175,36,30); }
div.DivClassName
{
background-color: #AF241E;
}
.BgClassName
{
background-color: #AF241E;
}
</style>
border-color css
<style>
span { border-color: #AF241E; }
span { border-color: rgb(175,36,30); }
td.TdClassName
{
border-color: #AF241E;
}
.TagClassName
{
border-color: #AF241E;
}
</style>