Shades of Fire Brick #AF1D15
Tints of Fire Brick #AF1D15
RGB
CMYK
RGB Variations
Color information
#AF1D15 (or 0xAF1D15) is known color: Fire Brick. HEX triplet: AF, 1D and 15. RGB value is (175,29,21). Sum of RGB (Red+Green+Blue) = 175+29+21=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1D15 is #50E2EA. Grayscale: #474747. Windows color (decimal): -5300971 or 1383855. OLE color: 1383855.
HSL color Cylindrical-coordinate representation of color #AF1D15: hue angle of 3.12º 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 #AF1D15 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 21 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.31 |
| HSL | 3.12º | 0.79% | 0.38% | - |
| HSV(B) | 3.12º | 0.88% | 0.69% | - |
| XYZ | 18.25 | 10.05 | 1.69 | - |
| YUV | 71.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 21 | 0 | 0.83 | 0.88 | 0.31 | 3.12 | 0.79 | 0.38 |
| Hex | AF | 1D | 15 | 0 | 53 | 58 | 1F | 3 | 4F | 26 |
| Octal | 257 | 35 | 25 | 0 | 123 | 130 | 37 | 3 | 117 | 46 |
| Binary | 10101111 | 11101 | 10101 | 0 | 1010011 | 1011000 | 11111 | 11 | 1001111 | 100110 |
Color Harmonies of #AF1D15
Complementary color
Monochromatic Colors of #AF1D15
Black with #AF1D15
Text Example
Text Example
White with #AF1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D15; }
p { color: rgb(175,29,21); }
H1.HeaderClassName
{
color: #AF1D15;
}
.AnyTagClassName
{
color: #AF1D15;
}
</style>
background-color css
<style>
a { background-color: #AF1D15; }
a { background-color: rgb(175,29,21); }
div.DivClassName
{
background-color: #AF1D15;
}
.BgClassName
{
background-color: #AF1D15;
}
</style>
border-color css
<style>
span { border-color: #AF1D15; }
span { border-color: rgb(175,29,21); }
td.TdClassName
{
border-color: #AF1D15;
}
.TagClassName
{
border-color: #AF1D15;
}
</style>