Shades of Fire Engine Red #AF1B1E
Tints of Fire Engine Red #AF1B1E
RGB
CMYK
RGB Variations
Color information
#AF1B1E (or 0xAF1B1E) is known color: Fire Engine Red. HEX triplet: AF, 1B and 1E. RGB value is (175,27,30). Sum of RGB (Red+Green+Blue) = 175+27+30=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B1E is #50E4E1. Grayscale: #474747. Windows color (decimal): -5301474 or 1973167. OLE color: 1973167.
HSL color Cylindrical-coordinate representation of color #AF1B1E: hue angle of 358.78º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B1E is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 30 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.31 |
| HSL | 358.78º | 0.73% | 0.4% | - |
| HSV(B) | 358.78º | 0.85% | 0.69% | - |
| XYZ | 18.31 | 9.99 | 2.19 | - |
| YUV | 71.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 30 | 0 | 0.85 | 0.83 | 0.31 | 358.78 | 0.73 | 0.4 |
| Hex | AF | 1B | 1E | 0 | 55 | 53 | 1F | 167 | 49 | 28 |
| Octal | 257 | 33 | 36 | 0 | 125 | 123 | 37 | 547 | 111 | 50 |
| Binary | 10101111 | 11011 | 11110 | 0 | 1010101 | 1010011 | 11111 | 101100111 | 1001001 | 101000 |
Color Harmonies of #AF1B1E
Complementary color
Monochromatic Colors of #AF1B1E
Black with #AF1B1E
Text Example
Text Example
White with #AF1B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B1E; }
p { color: rgb(175,27,30); }
H1.HeaderClassName
{
color: #AF1B1E;
}
.AnyTagClassName
{
color: #AF1B1E;
}
</style>
background-color css
<style>
a { background-color: #AF1B1E; }
a { background-color: rgb(175,27,30); }
div.DivClassName
{
background-color: #AF1B1E;
}
.BgClassName
{
background-color: #AF1B1E;
}
</style>
border-color css
<style>
span { border-color: #AF1B1E; }
span { border-color: rgb(175,27,30); }
td.TdClassName
{
border-color: #AF1B1E;
}
.TagClassName
{
border-color: #AF1B1E;
}
</style>