Shades of Fire Engine Red #DA141F
Tints of Fire Engine Red #DA141F
RGB
CMYK
RGB Variations
Color information
#DA141F (or 0xDA141F) is known color: Fire Engine Red. HEX triplet: DA, 14 and 1F. RGB value is (218,20,31). Sum of RGB (Red+Green+Blue) = 218+20+31=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA141F is #25EBE0. Grayscale: #505050. Windows color (decimal): -2485217 or 2036954. OLE color: 2036954.
HSL color Cylindrical-coordinate representation of color #DA141F: hue angle of 356.67º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA141F is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 31 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.15 |
| HSL | 356.67º | 0.83% | 0.47% | - |
| HSV(B) | 356.67º | 0.91% | 0.85% | - |
| XYZ | 29.41 | 15.5 | 2.74 | - |
| YUV | 80.46 | 100.1 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 31 | 0 | 0.91 | 0.86 | 0.15 | 356.67 | 0.83 | 0.47 |
| Hex | DA | 14 | 1F | 0 | 5B | 56 | F | 165 | 53 | 2F |
| Octal | 332 | 24 | 37 | 0 | 133 | 126 | 17 | 545 | 123 | 57 |
| Binary | 11011010 | 10100 | 11111 | 0 | 1011011 | 1010110 | 1111 | 101100101 | 1010011 | 101111 |
Color Harmonies of #DA141F
Complementary color
Monochromatic Colors of #DA141F
Black with #DA141F
Text Example
Text Example
White with #DA141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA141F; }
p { color: rgb(218,20,31); }
H1.HeaderClassName
{
color: #DA141F;
}
.AnyTagClassName
{
color: #DA141F;
}
</style>
background-color css
<style>
a { background-color: #DA141F; }
a { background-color: rgb(218,20,31); }
div.DivClassName
{
background-color: #DA141F;
}
.BgClassName
{
background-color: #DA141F;
}
</style>
border-color css
<style>
span { border-color: #DA141F; }
span { border-color: rgb(218,20,31); }
td.TdClassName
{
border-color: #DA141F;
}
.TagClassName
{
border-color: #DA141F;
}
</style>