Shades of Fire Brick #AF2713
Tints of Fire Brick #AF2713
RGB
CMYK
RGB Variations
Color information
#AF2713 (or 0xAF2713) is known color: Fire Brick. HEX triplet: AF, 27 and 13. RGB value is (175,39,19). Sum of RGB (Red+Green+Blue) = 175+39+19=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2713 is #50D8EC. Grayscale: #4D4D4D. Windows color (decimal): -5298413 or 1255343. OLE color: 1255343.
HSL color Cylindrical-coordinate representation of color #AF2713: hue angle of 7.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF2713 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 19 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.31 |
| HSL | 7.69º | 0.8% | 0.38% | - |
| HSV(B) | 7.69º | 0.89% | 0.69% | - |
| XYZ | 18.52 | 10.61 | 1.69 | - |
| YUV | 77.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 19 | 0 | 0.78 | 0.89 | 0.31 | 7.69 | 0.8 | 0.38 |
| Hex | AF | 27 | 13 | 0 | 4E | 59 | 1F | 8 | 50 | 26 |
| Octal | 257 | 47 | 23 | 0 | 116 | 131 | 37 | 10 | 120 | 46 |
| Binary | 10101111 | 100111 | 10011 | 0 | 1001110 | 1011001 | 11111 | 1000 | 1010000 | 100110 |
Color Harmonies of #AF2713
Complementary color
Monochromatic Colors of #AF2713
Black with #AF2713
Text Example
Text Example
White with #AF2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2713; }
p { color: rgb(175,39,19); }
H1.HeaderClassName
{
color: #AF2713;
}
.AnyTagClassName
{
color: #AF2713;
}
</style>
background-color css
<style>
a { background-color: #AF2713; }
a { background-color: rgb(175,39,19); }
div.DivClassName
{
background-color: #AF2713;
}
.BgClassName
{
background-color: #AF2713;
}
</style>
border-color css
<style>
span { border-color: #AF2713; }
span { border-color: rgb(175,39,19); }
td.TdClassName
{
border-color: #AF2713;
}
.TagClassName
{
border-color: #AF2713;
}
</style>