Shades of Fire Engine Red #D6161C
Tints of Fire Engine Red #D6161C
RGB
CMYK
RGB Variations
Color information
#D6161C (or 0xD6161C) is known color: Fire Engine Red. HEX triplet: D6, 16 and 1C. RGB value is (214,22,28). Sum of RGB (Red+Green+Blue) = 214+22+28=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D6161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6161C is #29E9E3. Grayscale: #505050. Windows color (decimal): -2746852 or 1840854. OLE color: 1840854.
HSL color Cylindrical-coordinate representation of color #D6161C: hue angle of 358.12º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6161C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 28 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.16 |
| HSL | 358.13º | 0.81% | 0.46% | - |
| HSV(B) | 358.13º | 0.9% | 0.84% | - |
| XYZ | 28.23 | 14.95 | 2.5 | - |
| YUV | 80.09 | 98.61 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 28 | 0 | 0.90 | 0.87 | 0.16 | 358.13 | 0.81 | 0.46 |
| Hex | D6 | 16 | 1C | 0 | 5A | 57 | 10 | 166 | 51 | 2E |
| Octal | 326 | 26 | 34 | 0 | 132 | 127 | 20 | 546 | 121 | 56 |
| Binary | 11010110 | 10110 | 11100 | 0 | 1011010 | 1010111 | 10000 | 101100110 | 1010001 | 101110 |
Color Harmonies of #D6161C
Complementary color
Monochromatic Colors of #D6161C
Black with #D6161C
Text Example
Text Example
White with #D6161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6161C; }
p { color: rgb(214,22,28); }
H1.HeaderClassName
{
color: #D6161C;
}
.AnyTagClassName
{
color: #D6161C;
}
</style>
background-color css
<style>
a { background-color: #D6161C; }
a { background-color: rgb(214,22,28); }
div.DivClassName
{
background-color: #D6161C;
}
.BgClassName
{
background-color: #D6161C;
}
</style>
border-color css
<style>
span { border-color: #D6161C; }
span { border-color: rgb(214,22,28); }
td.TdClassName
{
border-color: #D6161C;
}
.TagClassName
{
border-color: #D6161C;
}
</style>