Shades of Fire Engine Red #AF1A1C
Tints of Fire Engine Red #AF1A1C
RGB
CMYK
RGB Variations
Color information
#AF1A1C (or 0xAF1A1C) is known color: Fire Engine Red. HEX triplet: AF, 1A and 1C. RGB value is (175,26,28). Sum of RGB (Red+Green+Blue) = 175+26+28=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A1C is #50E5E3. Grayscale: #464646. Windows color (decimal): -5301732 or 1841839. OLE color: 1841839.
HSL color Cylindrical-coordinate representation of color #AF1A1C: hue angle of 359.19º 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 #AF1A1C is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 28 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.31 |
| HSL | 359.19º | 0.74% | 0.39% | - |
| HSV(B) | 359.19º | 0.85% | 0.69% | - |
| XYZ | 18.26 | 9.94 | 2.05 | - |
| YUV | 70.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 28 | 0 | 0.85 | 0.84 | 0.31 | 359.19 | 0.74 | 0.39 |
| Hex | AF | 1A | 1C | 0 | 55 | 54 | 1F | 167 | 4A | 27 |
| Octal | 257 | 32 | 34 | 0 | 125 | 124 | 37 | 547 | 112 | 47 |
| Binary | 10101111 | 11010 | 11100 | 0 | 1010101 | 1010100 | 11111 | 101100111 | 1001010 | 100111 |
Color Harmonies of #AF1A1C
Complementary color
Monochromatic Colors of #AF1A1C
Black with #AF1A1C
Text Example
Text Example
White with #AF1A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A1C; }
p { color: rgb(175,26,28); }
H1.HeaderClassName
{
color: #AF1A1C;
}
.AnyTagClassName
{
color: #AF1A1C;
}
</style>
background-color css
<style>
a { background-color: #AF1A1C; }
a { background-color: rgb(175,26,28); }
div.DivClassName
{
background-color: #AF1A1C;
}
.BgClassName
{
background-color: #AF1A1C;
}
</style>
border-color css
<style>
span { border-color: #AF1A1C; }
span { border-color: rgb(175,26,28); }
td.TdClassName
{
border-color: #AF1A1C;
}
.TagClassName
{
border-color: #AF1A1C;
}
</style>