Shades of Fire Engine Red #D6141D
Tints of Fire Engine Red #D6141D
RGB
CMYK
RGB Variations
Color information
#D6141D (or 0xD6141D) is known color: Fire Engine Red. HEX triplet: D6, 14 and 1D. RGB value is (214,20,29). Sum of RGB (Red+Green+Blue) = 214+20+29=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D6141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6141D is #29EBE2. Grayscale: #4F4F4F. Windows color (decimal): -2747363 or 1905878. OLE color: 1905878.
HSL color Cylindrical-coordinate representation of color #D6141D: hue angle of 357.22º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6141D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 29 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.16 |
| HSL | 357.22º | 0.83% | 0.46% | - |
| HSV(B) | 357.22º | 0.91% | 0.84% | - |
| XYZ | 28.2 | 14.89 | 2.55 | - |
| YUV | 79.03 | 99.77 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 29 | 0 | 0.91 | 0.86 | 0.16 | 357.22 | 0.83 | 0.46 |
| Hex | D6 | 14 | 1D | 0 | 5B | 56 | 10 | 165 | 53 | 2E |
| Octal | 326 | 24 | 35 | 0 | 133 | 126 | 20 | 545 | 123 | 56 |
| Binary | 11010110 | 10100 | 11101 | 0 | 1011011 | 1010110 | 10000 | 101100101 | 1010011 | 101110 |
Color Harmonies of #D6141D
Complementary color
Monochromatic Colors of #D6141D
Black with #D6141D
Text Example
Text Example
White with #D6141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6141D; }
p { color: rgb(214,20,29); }
H1.HeaderClassName
{
color: #D6141D;
}
.AnyTagClassName
{
color: #D6141D;
}
</style>
background-color css
<style>
a { background-color: #D6141D; }
a { background-color: rgb(214,20,29); }
div.DivClassName
{
background-color: #D6141D;
}
.BgClassName
{
background-color: #D6141D;
}
</style>
border-color css
<style>
span { border-color: #D6141D; }
span { border-color: rgb(214,20,29); }
td.TdClassName
{
border-color: #D6141D;
}
.TagClassName
{
border-color: #D6141D;
}
</style>