Shades of Fire Brick #AF2D19
Tints of Fire Brick #AF2D19
RGB
CMYK
RGB Variations
Color information
#AF2D19 (or 0xAF2D19) is known color: Fire Brick. HEX triplet: AF, 2D and 19. RGB value is (175,45,25). Sum of RGB (Red+Green+Blue) = 175+45+25=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D19 is #50D2E6. Grayscale: #515151. Windows color (decimal): -5296871 or 1650095. OLE color: 1650095.
HSL color Cylindrical-coordinate representation of color #AF2D19: hue angle of 8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF2D19 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 25 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.31 |
| HSL | 8º | 0.75% | 0.39% | - |
| HSV(B) | 8º | 0.86% | 0.69% | - |
| XYZ | 18.79 | 11.06 | 2.06 | - |
| YUV | 81.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 25 | 0 | 0.74 | 0.86 | 0.31 | 8 | 0.75 | 0.39 |
| Hex | AF | 2D | 19 | 0 | 4A | 56 | 1F | 8 | 4B | 27 |
| Octal | 257 | 55 | 31 | 0 | 112 | 126 | 37 | 10 | 113 | 47 |
| Binary | 10101111 | 101101 | 11001 | 0 | 1001010 | 1010110 | 11111 | 1000 | 1001011 | 100111 |
Color Harmonies of #AF2D19
Complementary color
Monochromatic Colors of #AF2D19
Black with #AF2D19
Text Example
Text Example
White with #AF2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D19; }
p { color: rgb(175,45,25); }
H1.HeaderClassName
{
color: #AF2D19;
}
.AnyTagClassName
{
color: #AF2D19;
}
</style>
background-color css
<style>
a { background-color: #AF2D19; }
a { background-color: rgb(175,45,25); }
div.DivClassName
{
background-color: #AF2D19;
}
.BgClassName
{
background-color: #AF2D19;
}
</style>
border-color css
<style>
span { border-color: #AF2D19; }
span { border-color: rgb(175,45,25); }
td.TdClassName
{
border-color: #AF2D19;
}
.TagClassName
{
border-color: #AF2D19;
}
</style>