Shades of Fire Brick #A21D14
Tints of Fire Brick #A21D14
RGB
CMYK
RGB Variations
Color information
#A21D14 (or 0xA21D14) is known color: Fire Brick. HEX triplet: A2, 1D and 14. RGB value is (162,29,20). Sum of RGB (Red+Green+Blue) = 162+29+20=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21D14 is #5DE2EB. Grayscale: #434343. Windows color (decimal): -6152940 or 1318306. OLE color: 1318306.
HSL color Cylindrical-coordinate representation of color #A21D14: hue angle of 3.8º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21D14 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 29 | 20 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.36 |
| HSL | 3.8º | 0.78% | 0.36% | - |
| HSV(B) | 3.8º | 0.88% | 0.64% | - |
| XYZ | 15.47 | 8.61 | 1.51 | - |
| YUV | 67.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 20 | 0 | 0.82 | 0.88 | 0.36 | 3.8 | 0.78 | 0.36 |
| Hex | A2 | 1D | 14 | 0 | 52 | 58 | 24 | 4 | 4E | 24 |
| Octal | 242 | 35 | 24 | 0 | 122 | 130 | 44 | 4 | 116 | 44 |
| Binary | 10100010 | 11101 | 10100 | 0 | 1010010 | 1011000 | 100100 | 100 | 1001110 | 100100 |
Color Harmonies of #A21D14
Complementary color
Monochromatic Colors of #A21D14
Black with #A21D14
Text Example
Text Example
White with #A21D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21D14; }
p { color: rgb(162,29,20); }
H1.HeaderClassName
{
color: #A21D14;
}
.AnyTagClassName
{
color: #A21D14;
}
</style>
background-color css
<style>
a { background-color: #A21D14; }
a { background-color: rgb(162,29,20); }
div.DivClassName
{
background-color: #A21D14;
}
.BgClassName
{
background-color: #A21D14;
}
</style>
border-color css
<style>
span { border-color: #A21D14; }
span { border-color: rgb(162,29,20); }
td.TdClassName
{
border-color: #A21D14;
}
.TagClassName
{
border-color: #A21D14;
}
</style>