Shades of Fire Brick #AF2D15
Tints of Fire Brick #AF2D15
RGB
CMYK
RGB Variations
Color information
#AF2D15 (or 0xAF2D15) is known color: Fire Brick. HEX triplet: AF, 2D and 15. RGB value is (175,45,21). Sum of RGB (Red+Green+Blue) = 175+45+21=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D15 is #50D2EA. Grayscale: #515151. Windows color (decimal): -5296875 or 1387951. OLE color: 1387951.
HSL color Cylindrical-coordinate representation of color #AF2D15: hue angle of 9.35º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF2D15 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 21 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.31 |
| HSL | 9.35º | 0.79% | 0.38% | - |
| HSV(B) | 9.35º | 0.88% | 0.69% | - |
| XYZ | 18.75 | 11.04 | 1.85 | - |
| YUV | 81.13 | 94.07 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 21 | 0 | 0.74 | 0.88 | 0.31 | 9.35 | 0.79 | 0.38 |
| Hex | AF | 2D | 15 | 0 | 4A | 58 | 1F | 9 | 4F | 26 |
| Octal | 257 | 55 | 25 | 0 | 112 | 130 | 37 | 11 | 117 | 46 |
| Binary | 10101111 | 101101 | 10101 | 0 | 1001010 | 1011000 | 11111 | 1001 | 1001111 | 100110 |
Color Harmonies of #AF2D15
Complementary color
Monochromatic Colors of #AF2D15
Black with #AF2D15
Text Example
Text Example
White with #AF2D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D15; }
p { color: rgb(175,45,21); }
H1.HeaderClassName
{
color: #AF2D15;
}
.AnyTagClassName
{
color: #AF2D15;
}
</style>
background-color css
<style>
a { background-color: #AF2D15; }
a { background-color: rgb(175,45,21); }
div.DivClassName
{
background-color: #AF2D15;
}
.BgClassName
{
background-color: #AF2D15;
}
</style>
border-color css
<style>
span { border-color: #AF2D15; }
span { border-color: rgb(175,45,21); }
td.TdClassName
{
border-color: #AF2D15;
}
.TagClassName
{
border-color: #AF2D15;
}
</style>