Shades of Fire Brick #AF2101
Tints of Fire Brick #AF2101
RGB
CMYK
RGB Variations
Color information
#AF2101 (or 0xAF2101) is known color: Fire Brick. HEX triplet: AF, 21 and 01. RGB value is (175,33,1). Sum of RGB (Red+Green+Blue) = 175+33+1=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2101 is #50DEFE. Grayscale: #484848. Windows color (decimal): -5299967 or 74159. OLE color: 74159.
HSL color Cylindrical-coordinate representation of color #AF2101: hue angle of 11.03º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF2101 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.31 |
| HSL | 11.03º | 0.99% | 0.35% | - |
| HSV(B) | 11.03º | 0.99% | 0.69% | - |
| XYZ | 18.23 | 10.2 | 1.04 | - |
| YUV | 71.81 | 88.04 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 1 | 0 | 0.81 | 0.99 | 0.31 | 11.03 | 0.99 | 0.35 |
| Hex | AF | 21 | 1 | 0 | 51 | 63 | 1F | B | 63 | 23 |
| Octal | 257 | 41 | 1 | 0 | 121 | 143 | 37 | 13 | 143 | 43 |
| Binary | 10101111 | 100001 | 1 | 0 | 1010001 | 1100011 | 11111 | 1011 | 1100011 | 100011 |
Color Harmonies of #AF2101
Complementary color
Monochromatic Colors of #AF2101
Black with #AF2101
Text Example
Text Example
White with #AF2101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2101; }
p { color: rgb(175,33,1); }
H1.HeaderClassName
{
color: #AF2101;
}
.AnyTagClassName
{
color: #AF2101;
}
</style>
background-color css
<style>
a { background-color: #AF2101; }
a { background-color: rgb(175,33,1); }
div.DivClassName
{
background-color: #AF2101;
}
.BgClassName
{
background-color: #AF2101;
}
</style>
border-color css
<style>
span { border-color: #AF2101; }
span { border-color: rgb(175,33,1); }
td.TdClassName
{
border-color: #AF2101;
}
.TagClassName
{
border-color: #AF2101;
}
</style>