Shades of Fire Engine Red #AF1A1F
Tints of Fire Engine Red #AF1A1F
RGB
CMYK
RGB Variations
Color information
#AF1A1F (or 0xAF1A1F) is known color: Fire Engine Red. HEX triplet: AF, 1A and 1F. RGB value is (175,26,31). Sum of RGB (Red+Green+Blue) = 175+26+31=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A1F is #50E5E0. Grayscale: #474747. Windows color (decimal): -5301729 or 2038447. OLE color: 2038447.
HSL color Cylindrical-coordinate representation of color #AF1A1F: hue angle of 357.99º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A1F is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 31 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.31 |
| HSL | 357.99º | 0.74% | 0.39% | - |
| HSV(B) | 357.99º | 0.85% | 0.69% | - |
| XYZ | 18.3 | 9.95 | 2.25 | - |
| YUV | 71.12 | 105.36 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 31 | 0 | 0.85 | 0.82 | 0.31 | 357.99 | 0.74 | 0.39 |
| Hex | AF | 1A | 1F | 0 | 55 | 52 | 1F | 166 | 4A | 27 |
| Octal | 257 | 32 | 37 | 0 | 125 | 122 | 37 | 546 | 112 | 47 |
| Binary | 10101111 | 11010 | 11111 | 0 | 1010101 | 1010010 | 11111 | 101100110 | 1001010 | 100111 |
Color Harmonies of #AF1A1F
Complementary color
Monochromatic Colors of #AF1A1F
Black with #AF1A1F
Text Example
Text Example
White with #AF1A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A1F; }
p { color: rgb(175,26,31); }
H1.HeaderClassName
{
color: #AF1A1F;
}
.AnyTagClassName
{
color: #AF1A1F;
}
</style>
background-color css
<style>
a { background-color: #AF1A1F; }
a { background-color: rgb(175,26,31); }
div.DivClassName
{
background-color: #AF1A1F;
}
.BgClassName
{
background-color: #AF1A1F;
}
</style>
border-color css
<style>
span { border-color: #AF1A1F; }
span { border-color: rgb(175,26,31); }
td.TdClassName
{
border-color: #AF1A1F;
}
.TagClassName
{
border-color: #AF1A1F;
}
</style>