Shades of Fire Brick #AF241A
Tints of Fire Brick #AF241A
RGB
CMYK
RGB Variations
Color information
#AF241A (or 0xAF241A) is known color: Fire Brick. HEX triplet: AF, 24 and 1A. RGB value is (175,36,26). Sum of RGB (Red+Green+Blue) = 175+36+26=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF241A is #50DBE5. Grayscale: #4C4C4C. Windows color (decimal): -5299174 or 1713327. OLE color: 1713327.
HSL color Cylindrical-coordinate representation of color #AF241A: hue angle of 4.03º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF241A is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 26 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.31 |
| HSL | 4.03º | 0.74% | 0.39% | - |
| HSV(B) | 4.03º | 0.85% | 0.69% | - |
| XYZ | 18.5 | 10.45 | 2.02 | - |
| YUV | 76.42 | 99.55 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 26 | 0 | 0.79 | 0.85 | 0.31 | 4.03 | 0.74 | 0.39 |
| Hex | AF | 24 | 1A | 0 | 4F | 55 | 1F | 4 | 4A | 27 |
| Octal | 257 | 44 | 32 | 0 | 117 | 125 | 37 | 4 | 112 | 47 |
| Binary | 10101111 | 100100 | 11010 | 0 | 1001111 | 1010101 | 11111 | 100 | 1001010 | 100111 |
Color Harmonies of #AF241A
Complementary color
Monochromatic Colors of #AF241A
Black with #AF241A
Text Example
Text Example
White with #AF241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF241A; }
p { color: rgb(175,36,26); }
H1.HeaderClassName
{
color: #AF241A;
}
.AnyTagClassName
{
color: #AF241A;
}
</style>
background-color css
<style>
a { background-color: #AF241A; }
a { background-color: rgb(175,36,26); }
div.DivClassName
{
background-color: #AF241A;
}
.BgClassName
{
background-color: #AF241A;
}
</style>
border-color css
<style>
span { border-color: #AF241A; }
span { border-color: rgb(175,36,26); }
td.TdClassName
{
border-color: #AF241A;
}
.TagClassName
{
border-color: #AF241A;
}
</style>