Shades of Fire Brick #AF1D0D
Tints of Fire Brick #AF1D0D
RGB
CMYK
RGB Variations
Color information
#AF1D0D (or 0xAF1D0D) is known color: Fire Brick. HEX triplet: AF, 1D and 0D. RGB value is (175,29,13). Sum of RGB (Red+Green+Blue) = 175+29+13=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1D0D is #50E2F2. Grayscale: #474747. Windows color (decimal): -5300979 or 859567. OLE color: 859567.
HSL color Cylindrical-coordinate representation of color #AF1D0D: hue angle of 5.93º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF1D0D is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 13 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.31 |
| HSL | 5.93º | 0.86% | 0.37% | - |
| HSV(B) | 5.93º | 0.93% | 0.69% | - |
| XYZ | 18.19 | 10.02 | 1.36 | - |
| YUV | 70.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 13 | 0 | 0.83 | 0.93 | 0.31 | 5.93 | 0.86 | 0.37 |
| Hex | AF | 1D | D | 0 | 53 | 5D | 1F | 6 | 56 | 25 |
| Octal | 257 | 35 | 15 | 0 | 123 | 135 | 37 | 6 | 126 | 45 |
| Binary | 10101111 | 11101 | 1101 | 0 | 1010011 | 1011101 | 11111 | 110 | 1010110 | 100101 |
Color Harmonies of #AF1D0D
Complementary color
Monochromatic Colors of #AF1D0D
Black with #AF1D0D
Text Example
Text Example
White with #AF1D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D0D; }
p { color: rgb(175,29,13); }
H1.HeaderClassName
{
color: #AF1D0D;
}
.AnyTagClassName
{
color: #AF1D0D;
}
</style>
background-color css
<style>
a { background-color: #AF1D0D; }
a { background-color: rgb(175,29,13); }
div.DivClassName
{
background-color: #AF1D0D;
}
.BgClassName
{
background-color: #AF1D0D;
}
</style>
border-color css
<style>
span { border-color: #AF1D0D; }
span { border-color: rgb(175,29,13); }
td.TdClassName
{
border-color: #AF1D0D;
}
.TagClassName
{
border-color: #AF1D0D;
}
</style>