Shades of Fire Engine Red #D6141C
Tints of Fire Engine Red #D6141C
RGB
CMYK
RGB Variations
Color information
#D6141C (or 0xD6141C) is known color: Fire Engine Red. HEX triplet: D6, 14 and 1C. RGB value is (214,20,28). Sum of RGB (Red+Green+Blue) = 214+20+28=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D6141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6141C is #29EBE3. Grayscale: #4F4F4F. Windows color (decimal): -2747364 or 1840342. OLE color: 1840342.
HSL color Cylindrical-coordinate representation of color #D6141C: hue angle of 357.53º 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 #D6141C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 28 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.16 |
| HSL | 357.53º | 0.83% | 0.46% | - |
| HSV(B) | 357.53º | 0.91% | 0.84% | - |
| XYZ | 28.19 | 14.88 | 2.48 | - |
| YUV | 78.92 | 99.27 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 28 | 0 | 0.91 | 0.87 | 0.16 | 357.53 | 0.83 | 0.46 |
| Hex | D6 | 14 | 1C | 0 | 5B | 57 | 10 | 166 | 53 | 2E |
| Octal | 326 | 24 | 34 | 0 | 133 | 127 | 20 | 546 | 123 | 56 |
| Binary | 11010110 | 10100 | 11100 | 0 | 1011011 | 1010111 | 10000 | 101100110 | 1010011 | 101110 |
Color Harmonies of #D6141C
Complementary color
Monochromatic Colors of #D6141C
Black with #D6141C
Text Example
Text Example
White with #D6141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6141C; }
p { color: rgb(214,20,28); }
H1.HeaderClassName
{
color: #D6141C;
}
.AnyTagClassName
{
color: #D6141C;
}
</style>
background-color css
<style>
a { background-color: #D6141C; }
a { background-color: rgb(214,20,28); }
div.DivClassName
{
background-color: #D6141C;
}
.BgClassName
{
background-color: #D6141C;
}
</style>
border-color css
<style>
span { border-color: #D6141C; }
span { border-color: rgb(214,20,28); }
td.TdClassName
{
border-color: #D6141C;
}
.TagClassName
{
border-color: #D6141C;
}
</style>