Shades of Fire Engine Red #AF1820
Tints of Fire Engine Red #AF1820
RGB
CMYK
RGB Variations
Color information
#AF1820 (or 0xAF1820) is known color: Fire Engine Red. HEX triplet: AF, 18 and 20. RGB value is (175,24,32). Sum of RGB (Red+Green+Blue) = 175+24+32=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1820 is #50E7DF. Grayscale: #464646. Windows color (decimal): -5302240 or 2103471. OLE color: 2103471.
HSL color Cylindrical-coordinate representation of color #AF1820: hue angle of 356.82º 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 #AF1820 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 32 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.31 |
| HSL | 356.82º | 0.76% | 0.39% | - |
| HSV(B) | 356.82º | 0.86% | 0.69% | - |
| XYZ | 18.27 | 9.87 | 2.31 | - |
| YUV | 70.06 | 106.53 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 32 | 0 | 0.86 | 0.82 | 0.31 | 356.82 | 0.76 | 0.39 |
| Hex | AF | 18 | 20 | 0 | 56 | 52 | 1F | 165 | 4C | 27 |
| Octal | 257 | 30 | 40 | 0 | 126 | 122 | 37 | 545 | 114 | 47 |
| Binary | 10101111 | 11000 | 100000 | 0 | 1010110 | 1010010 | 11111 | 101100101 | 1001100 | 100111 |
Color Harmonies of #AF1820
Complementary color
Monochromatic Colors of #AF1820
Black with #AF1820
Text Example
Text Example
White with #AF1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1820; }
p { color: rgb(175,24,32); }
H1.HeaderClassName
{
color: #AF1820;
}
.AnyTagClassName
{
color: #AF1820;
}
</style>
background-color css
<style>
a { background-color: #AF1820; }
a { background-color: rgb(175,24,32); }
div.DivClassName
{
background-color: #AF1820;
}
.BgClassName
{
background-color: #AF1820;
}
</style>
border-color css
<style>
span { border-color: #AF1820; }
span { border-color: rgb(175,24,32); }
td.TdClassName
{
border-color: #AF1820;
}
.TagClassName
{
border-color: #AF1820;
}
</style>