Shades of Fire Engine Red #AF1C20
Tints of Fire Engine Red #AF1C20
RGB
CMYK
RGB Variations
Color information
#AF1C20 (or 0xAF1C20) is known color: Fire Engine Red. HEX triplet: AF, 1C and 20. RGB value is (175,28,32). Sum of RGB (Red+Green+Blue) = 175+28+32=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C20 is #50E3DF. Grayscale: #484848. Windows color (decimal): -5301216 or 2104495. OLE color: 2104495.
HSL color Cylindrical-coordinate representation of color #AF1C20: hue angle of 358.37º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C20 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 28 | 32 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.31 |
| HSL | 358.37º | 0.72% | 0.4% | - |
| HSV(B) | 358.37º | 0.84% | 0.69% | - |
| XYZ | 18.36 | 10.05 | 2.34 | - |
| YUV | 72.41 | 105.2 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 32 | 0 | 0.84 | 0.82 | 0.31 | 358.37 | 0.72 | 0.4 |
| Hex | AF | 1C | 20 | 0 | 54 | 52 | 1F | 166 | 48 | 28 |
| Octal | 257 | 34 | 40 | 0 | 124 | 122 | 37 | 546 | 110 | 50 |
| Binary | 10101111 | 11100 | 100000 | 0 | 1010100 | 1010010 | 11111 | 101100110 | 1001000 | 101000 |
Color Harmonies of #AF1C20
Complementary color
Monochromatic Colors of #AF1C20
Black with #AF1C20
Text Example
Text Example
White with #AF1C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1C20; }
p { color: rgb(175,28,32); }
H1.HeaderClassName
{
color: #AF1C20;
}
.AnyTagClassName
{
color: #AF1C20;
}
</style>
background-color css
<style>
a { background-color: #AF1C20; }
a { background-color: rgb(175,28,32); }
div.DivClassName
{
background-color: #AF1C20;
}
.BgClassName
{
background-color: #AF1C20;
}
</style>
border-color css
<style>
span { border-color: #AF1C20; }
span { border-color: rgb(175,28,32); }
td.TdClassName
{
border-color: #AF1C20;
}
.TagClassName
{
border-color: #AF1C20;
}
</style>