Shades of Fire Brick #AF2823
Tints of Fire Brick #AF2823
RGB
CMYK
RGB Variations
Color information
#AF2823 (or 0xAF2823) is known color: Fire Brick. HEX triplet: AF, 28 and 23. RGB value is (175,40,35). Sum of RGB (Red+Green+Blue) = 175+40+35=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2823 is #50D7DC. Grayscale: #4F4F4F. Windows color (decimal): -5298141 or 2304175. OLE color: 2304175.
HSL color Cylindrical-coordinate representation of color #AF2823: hue angle of 2.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2823 is Cyan = 0, Magento = 0.77, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 35 | - |
| CMYK | 0 | 0.77 | 0.8 | 0.31 |
| HSL | 2.14º | 0.67% | 0.41% | - |
| HSV(B) | 2.14º | 0.8% | 0.69% | - |
| XYZ | 18.74 | 10.75 | 2.68 | - |
| YUV | 79.8 | 102.73 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 35 | 0 | 0.77 | 0.8 | 0.31 | 2.14 | 0.67 | 0.41 |
| Hex | AF | 28 | 23 | 0 | 4D | 50 | 1F | 2 | 43 | 29 |
| Octal | 257 | 50 | 43 | 0 | 115 | 120 | 37 | 2 | 103 | 51 |
| Binary | 10101111 | 101000 | 100011 | 0 | 1001101 | 1010000 | 11111 | 10 | 1000011 | 101001 |
Color Harmonies of #AF2823
Complementary color
Monochromatic Colors of #AF2823
Black with #AF2823
Text Example
Text Example
White with #AF2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2823; }
p { color: rgb(175,40,35); }
H1.HeaderClassName
{
color: #AF2823;
}
.AnyTagClassName
{
color: #AF2823;
}
</style>
background-color css
<style>
a { background-color: #AF2823; }
a { background-color: rgb(175,40,35); }
div.DivClassName
{
background-color: #AF2823;
}
.BgClassName
{
background-color: #AF2823;
}
</style>
border-color css
<style>
span { border-color: #AF2823; }
span { border-color: rgb(175,40,35); }
td.TdClassName
{
border-color: #AF2823;
}
.TagClassName
{
border-color: #AF2823;
}
</style>