Shades of Fire Brick #AF1E14
Tints of Fire Brick #AF1E14
RGB
CMYK
RGB Variations
Color information
#AF1E14 (or 0xAF1E14) is known color: Fire Brick. HEX triplet: AF, 1E and 14. RGB value is (175,30,20). Sum of RGB (Red+Green+Blue) = 175+30+20=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1E14 is #50E1EB. Grayscale: #484848. Windows color (decimal): -5300716 or 1318575. OLE color: 1318575.
HSL color Cylindrical-coordinate representation of color #AF1E14: hue angle of 3.87º degrees, saturation: 0.79, 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 #AF1E14 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 30 | 20 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.31 |
| HSL | 3.87º | 0.79% | 0.38% | - |
| HSV(B) | 3.87º | 0.89% | 0.69% | - |
| XYZ | 18.27 | 10.09 | 1.65 | - |
| YUV | 72.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 20 | 0 | 0.83 | 0.89 | 0.31 | 3.87 | 0.79 | 0.38 |
| Hex | AF | 1E | 14 | 0 | 53 | 59 | 1F | 4 | 4F | 26 |
| Octal | 257 | 36 | 24 | 0 | 123 | 131 | 37 | 4 | 117 | 46 |
| Binary | 10101111 | 11110 | 10100 | 0 | 1010011 | 1011001 | 11111 | 100 | 1001111 | 100110 |
Color Harmonies of #AF1E14
Complementary color
Monochromatic Colors of #AF1E14
Black with #AF1E14
Text Example
Text Example
White with #AF1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1E14; }
p { color: rgb(175,30,20); }
H1.HeaderClassName
{
color: #AF1E14;
}
.AnyTagClassName
{
color: #AF1E14;
}
</style>
background-color css
<style>
a { background-color: #AF1E14; }
a { background-color: rgb(175,30,20); }
div.DivClassName
{
background-color: #AF1E14;
}
.BgClassName
{
background-color: #AF1E14;
}
</style>
border-color css
<style>
span { border-color: #AF1E14; }
span { border-color: rgb(175,30,20); }
td.TdClassName
{
border-color: #AF1E14;
}
.TagClassName
{
border-color: #AF1E14;
}
</style>