Shades of Fire Brick #AE1F01
Tints of Fire Brick #AE1F01
RGB
CMYK
RGB Variations
Color information
#AE1F01 (or 0xAE1F01) is known color: Fire Brick. HEX triplet: AE, 1F and 01. RGB value is (174,31,1). Sum of RGB (Red+Green+Blue) = 174+31+1=206 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.47% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1F01 is #51E0FE. Grayscale: #464646. Windows color (decimal): -5366015 or 73646. OLE color: 73646.
HSL color Cylindrical-coordinate representation of color #AE1F01: hue angle of 10.4º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE1F01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 31 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.32 |
| HSL | 10.4º | 0.99% | 0.34% | - |
| HSV(B) | 10.4º | 0.99% | 0.68% | - |
| XYZ | 17.95 | 9.98 | 1.01 | - |
| YUV | 70.34 | 88.88 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 31 | 1 | 0 | 0.82 | 0.99 | 0.32 | 10.4 | 0.99 | 0.34 |
| Hex | AE | 1F | 1 | 0 | 52 | 63 | 20 | A | 63 | 22 |
| Octal | 256 | 37 | 1 | 0 | 122 | 143 | 40 | 12 | 143 | 42 |
| Binary | 10101110 | 11111 | 1 | 0 | 1010010 | 1100011 | 100000 | 1010 | 1100011 | 100010 |
Color Harmonies of #AE1F01
Complementary color
Monochromatic Colors of #AE1F01
Black with #AE1F01
Text Example
Text Example
White with #AE1F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1F01; }
p { color: rgb(174,31,1); }
H1.HeaderClassName
{
color: #AE1F01;
}
.AnyTagClassName
{
color: #AE1F01;
}
</style>
background-color css
<style>
a { background-color: #AE1F01; }
a { background-color: rgb(174,31,1); }
div.DivClassName
{
background-color: #AE1F01;
}
.BgClassName
{
background-color: #AE1F01;
}
</style>
border-color css
<style>
span { border-color: #AE1F01; }
span { border-color: rgb(174,31,1); }
td.TdClassName
{
border-color: #AE1F01;
}
.TagClassName
{
border-color: #AE1F01;
}
</style>