Shades of Fire Engine Red #DA141A
Tints of Fire Engine Red #DA141A
RGB
CMYK
RGB Variations
Color information
#DA141A (or 0xDA141A) is known color: Fire Engine Red. HEX triplet: DA, 14 and 1A. RGB value is (218,20,26). Sum of RGB (Red+Green+Blue) = 218+20+26=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA141A is #25EBE5. Grayscale: #505050. Windows color (decimal): -2485222 or 1709274. OLE color: 1709274.
HSL color Cylindrical-coordinate representation of color #DA141A: hue angle of 358.18º 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 #DA141A is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 26 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.15 |
| HSL | 358.18º | 0.83% | 0.47% | - |
| HSV(B) | 358.18º | 0.91% | 0.85% | - |
| XYZ | 29.35 | 15.48 | 2.42 | - |
| YUV | 79.89 | 97.6 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 26 | 0 | 0.91 | 0.88 | 0.15 | 358.18 | 0.83 | 0.47 |
| Hex | DA | 14 | 1A | 0 | 5B | 58 | F | 166 | 53 | 2F |
| Octal | 332 | 24 | 32 | 0 | 133 | 130 | 17 | 546 | 123 | 57 |
| Binary | 11011010 | 10100 | 11010 | 0 | 1011011 | 1011000 | 1111 | 101100110 | 1010011 | 101111 |
Color Harmonies of #DA141A
Complementary color
Monochromatic Colors of #DA141A
Black with #DA141A
Text Example
Text Example
White with #DA141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA141A; }
p { color: rgb(218,20,26); }
H1.HeaderClassName
{
color: #DA141A;
}
.AnyTagClassName
{
color: #DA141A;
}
</style>
background-color css
<style>
a { background-color: #DA141A; }
a { background-color: rgb(218,20,26); }
div.DivClassName
{
background-color: #DA141A;
}
.BgClassName
{
background-color: #DA141A;
}
</style>
border-color css
<style>
span { border-color: #DA141A; }
span { border-color: rgb(218,20,26); }
td.TdClassName
{
border-color: #DA141A;
}
.TagClassName
{
border-color: #DA141A;
}
</style>