Shades of Fire Brick #AF1F17
Tints of Fire Brick #AF1F17
RGB
CMYK
RGB Variations
Color information
#AF1F17 (or 0xAF1F17) is known color: Fire Brick. HEX triplet: AF, 1F and 17. RGB value is (175,31,23). Sum of RGB (Red+Green+Blue) = 175+31+23=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F17 is #50E0E8. Grayscale: #494949. Windows color (decimal): -5300457 or 1515439. OLE color: 1515439.
HSL color Cylindrical-coordinate representation of color #AF1F17: hue angle of 3.16º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1F17 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 23 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.31 |
| HSL | 3.16º | 0.77% | 0.39% | - |
| HSV(B) | 3.16º | 0.87% | 0.69% | - |
| XYZ | 18.32 | 10.16 | 1.81 | - |
| YUV | 73.14 | 99.71 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 23 | 0 | 0.82 | 0.87 | 0.31 | 3.16 | 0.77 | 0.39 |
| Hex | AF | 1F | 17 | 0 | 52 | 57 | 1F | 3 | 4D | 27 |
| Octal | 257 | 37 | 27 | 0 | 122 | 127 | 37 | 3 | 115 | 47 |
| Binary | 10101111 | 11111 | 10111 | 0 | 1010010 | 1010111 | 11111 | 11 | 1001101 | 100111 |
Color Harmonies of #AF1F17
Complementary color
Monochromatic Colors of #AF1F17
Black with #AF1F17
Text Example
Text Example
White with #AF1F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F17; }
p { color: rgb(175,31,23); }
H1.HeaderClassName
{
color: #AF1F17;
}
.AnyTagClassName
{
color: #AF1F17;
}
</style>
background-color css
<style>
a { background-color: #AF1F17; }
a { background-color: rgb(175,31,23); }
div.DivClassName
{
background-color: #AF1F17;
}
.BgClassName
{
background-color: #AF1F17;
}
</style>
border-color css
<style>
span { border-color: #AF1F17; }
span { border-color: rgb(175,31,23); }
td.TdClassName
{
border-color: #AF1F17;
}
.TagClassName
{
border-color: #AF1F17;
}
</style>