Shades of Fire Engine Red #D6101D
Tints of Fire Engine Red #D6101D
RGB
CMYK
RGB Variations
Color information
#D6101D (or 0xD6101D) is known color: Fire Engine Red. HEX triplet: D6, 10 and 1D. RGB value is (214,16,29). Sum of RGB (Red+Green+Blue) = 214+16+29=259 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.63% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 214 - color contains mainly: red. Hex color #D6101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6101D is #29EFE2. Grayscale: #4C4C4C. Windows color (decimal): -2748387 or 1904854. OLE color: 1904854.
HSL color Cylindrical-coordinate representation of color #D6101D: hue angle of 356.06º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6101D is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 29 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.16 |
| HSL | 356.06º | 0.86% | 0.45% | - |
| HSV(B) | 356.06º | 0.93% | 0.84% | - |
| XYZ | 28.14 | 14.76 | 2.53 | - |
| YUV | 76.68 | 101.1 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 29 | 0 | 0.93 | 0.86 | 0.16 | 356.06 | 0.86 | 0.45 |
| Hex | D6 | 10 | 1D | 0 | 5D | 56 | 10 | 164 | 56 | 2D |
| Octal | 326 | 20 | 35 | 0 | 135 | 126 | 20 | 544 | 126 | 55 |
| Binary | 11010110 | 10000 | 11101 | 0 | 1011101 | 1010110 | 10000 | 101100100 | 1010110 | 101101 |
Color Harmonies of #D6101D
Complementary color
Monochromatic Colors of #D6101D
Black with #D6101D
Text Example
Text Example
White with #D6101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6101D; }
p { color: rgb(214,16,29); }
H1.HeaderClassName
{
color: #D6101D;
}
.AnyTagClassName
{
color: #D6101D;
}
</style>
background-color css
<style>
a { background-color: #D6101D; }
a { background-color: rgb(214,16,29); }
div.DivClassName
{
background-color: #D6101D;
}
.BgClassName
{
background-color: #D6101D;
}
</style>
border-color css
<style>
span { border-color: #D6101D; }
span { border-color: rgb(214,16,29); }
td.TdClassName
{
border-color: #D6101D;
}
.TagClassName
{
border-color: #D6101D;
}
</style>