Shades of Fire Engine Red #AF1D20
Tints of Fire Engine Red #AF1D20
RGB
CMYK
RGB Variations
Color information
#AF1D20 (or 0xAF1D20) is known color: Fire Engine Red. HEX triplet: AF, 1D and 20. RGB value is (175,29,32). Sum of RGB (Red+Green+Blue) = 175+29+32=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1D20 is #50E2DF. Grayscale: #494949. Windows color (decimal): -5300960 or 2104751. OLE color: 2104751.
HSL color Cylindrical-coordinate representation of color #AF1D20: hue angle of 358.77º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1D20 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 32 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.31 |
| HSL | 358.77º | 0.72% | 0.4% | - |
| HSV(B) | 358.77º | 0.83% | 0.69% | - |
| XYZ | 18.38 | 10.1 | 2.35 | - |
| YUV | 73 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 32 | 0 | 0.83 | 0.82 | 0.31 | 358.77 | 0.72 | 0.4 |
| Hex | AF | 1D | 20 | 0 | 53 | 52 | 1F | 167 | 48 | 28 |
| Octal | 257 | 35 | 40 | 0 | 123 | 122 | 37 | 547 | 110 | 50 |
| Binary | 10101111 | 11101 | 100000 | 0 | 1010011 | 1010010 | 11111 | 101100111 | 1001000 | 101000 |
Color Harmonies of #AF1D20
Complementary color
Monochromatic Colors of #AF1D20
Black with #AF1D20
Text Example
Text Example
White with #AF1D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D20; }
p { color: rgb(175,29,32); }
H1.HeaderClassName
{
color: #AF1D20;
}
.AnyTagClassName
{
color: #AF1D20;
}
</style>
background-color css
<style>
a { background-color: #AF1D20; }
a { background-color: rgb(175,29,32); }
div.DivClassName
{
background-color: #AF1D20;
}
.BgClassName
{
background-color: #AF1D20;
}
</style>
border-color css
<style>
span { border-color: #AF1D20; }
span { border-color: rgb(175,29,32); }
td.TdClassName
{
border-color: #AF1D20;
}
.TagClassName
{
border-color: #AF1D20;
}
</style>