Shades of Fire Engine Red #AF1D1E
Tints of Fire Engine Red #AF1D1E
RGB
CMYK
RGB Variations
Color information
#AF1D1E (or 0xAF1D1E) is known color: Fire Engine Red. HEX triplet: AF, 1D and 1E. RGB value is (175,29,30). Sum of RGB (Red+Green+Blue) = 175+29+30=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1D1E is #50E2E1. Grayscale: #484848. Windows color (decimal): -5300962 or 1973679. OLE color: 1973679.
HSL color Cylindrical-coordinate representation of color #AF1D1E: hue angle of 359.59º 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 #AF1D1E is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 30 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.31 |
| HSL | 359.59º | 0.72% | 0.4% | - |
| HSV(B) | 359.59º | 0.83% | 0.69% | - |
| XYZ | 18.35 | 10.09 | 2.21 | - |
| YUV | 72.77 | 103.87 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 30 | 0 | 0.83 | 0.83 | 0.31 | 359.59 | 0.72 | 0.4 |
| Hex | AF | 1D | 1E | 0 | 53 | 53 | 1F | 168 | 48 | 28 |
| Octal | 257 | 35 | 36 | 0 | 123 | 123 | 37 | 550 | 110 | 50 |
| Binary | 10101111 | 11101 | 11110 | 0 | 1010011 | 1010011 | 11111 | 101101000 | 1001000 | 101000 |
Color Harmonies of #AF1D1E
Complementary color
Monochromatic Colors of #AF1D1E
Black with #AF1D1E
Text Example
Text Example
White with #AF1D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D1E; }
p { color: rgb(175,29,30); }
H1.HeaderClassName
{
color: #AF1D1E;
}
.AnyTagClassName
{
color: #AF1D1E;
}
</style>
background-color css
<style>
a { background-color: #AF1D1E; }
a { background-color: rgb(175,29,30); }
div.DivClassName
{
background-color: #AF1D1E;
}
.BgClassName
{
background-color: #AF1D1E;
}
</style>
border-color css
<style>
span { border-color: #AF1D1E; }
span { border-color: rgb(175,29,30); }
td.TdClassName
{
border-color: #AF1D1E;
}
.TagClassName
{
border-color: #AF1D1E;
}
</style>