Shades of Fire Brick #AF1F18
Tints of Fire Brick #AF1F18
RGB
CMYK
RGB Variations
Color information
#AF1F18 (or 0xAF1F18) is known color: Fire Brick. HEX triplet: AF, 1F and 18. RGB value is (175,31,24). Sum of RGB (Red+Green+Blue) = 175+31+24=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F18 is #50E0E7. Grayscale: #494949. Windows color (decimal): -5300456 or 1580975. OLE color: 1580975.
HSL color Cylindrical-coordinate representation of color #AF1F18: hue angle of 2.78º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1F18 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 24 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.31 |
| HSL | 2.78º | 0.76% | 0.39% | - |
| HSV(B) | 2.78º | 0.86% | 0.69% | - |
| XYZ | 18.33 | 10.16 | 1.86 | - |
| YUV | 73.26 | 100.21 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 24 | 0 | 0.82 | 0.86 | 0.31 | 2.78 | 0.76 | 0.39 |
| Hex | AF | 1F | 18 | 0 | 52 | 56 | 1F | 3 | 4C | 27 |
| Octal | 257 | 37 | 30 | 0 | 122 | 126 | 37 | 3 | 114 | 47 |
| Binary | 10101111 | 11111 | 11000 | 0 | 1010010 | 1010110 | 11111 | 11 | 1001100 | 100111 |
Color Harmonies of #AF1F18
Complementary color
Monochromatic Colors of #AF1F18
Black with #AF1F18
Text Example
Text Example
White with #AF1F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F18; }
p { color: rgb(175,31,24); }
H1.HeaderClassName
{
color: #AF1F18;
}
.AnyTagClassName
{
color: #AF1F18;
}
</style>
background-color css
<style>
a { background-color: #AF1F18; }
a { background-color: rgb(175,31,24); }
div.DivClassName
{
background-color: #AF1F18;
}
.BgClassName
{
background-color: #AF1F18;
}
</style>
border-color css
<style>
span { border-color: #AF1F18; }
span { border-color: rgb(175,31,24); }
td.TdClassName
{
border-color: #AF1F18;
}
.TagClassName
{
border-color: #AF1F18;
}
</style>