Shades of Fire Engine Red #D6131B
Tints of Fire Engine Red #D6131B
RGB
CMYK
RGB Variations
Color information
#D6131B (or 0xD6131B) is known color: Fire Engine Red. HEX triplet: D6, 13 and 1B. RGB value is (214,19,27). Sum of RGB (Red+Green+Blue) = 214+19+27=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D6131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6131B is #29ECE4. Grayscale: #4E4E4E. Windows color (decimal): -2747621 or 1774550. OLE color: 1774550.
HSL color Cylindrical-coordinate representation of color #D6131B: hue angle of 357.54º degrees, saturation: 0.84, 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 #D6131B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 27 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.16 |
| HSL | 357.54º | 0.84% | 0.46% | - |
| HSV(B) | 357.54º | 0.91% | 0.84% | - |
| XYZ | 28.16 | 14.84 | 2.42 | - |
| YUV | 78.22 | 99.1 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 27 | 0 | 0.91 | 0.87 | 0.16 | 357.54 | 0.84 | 0.46 |
| Hex | D6 | 13 | 1B | 0 | 5B | 57 | 10 | 166 | 54 | 2E |
| Octal | 326 | 23 | 33 | 0 | 133 | 127 | 20 | 546 | 124 | 56 |
| Binary | 11010110 | 10011 | 11011 | 0 | 1011011 | 1010111 | 10000 | 101100110 | 1010100 | 101110 |
Color Harmonies of #D6131B
Complementary color
Monochromatic Colors of #D6131B
Black with #D6131B
Text Example
Text Example
White with #D6131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6131B; }
p { color: rgb(214,19,27); }
H1.HeaderClassName
{
color: #D6131B;
}
.AnyTagClassName
{
color: #D6131B;
}
</style>
background-color css
<style>
a { background-color: #D6131B; }
a { background-color: rgb(214,19,27); }
div.DivClassName
{
background-color: #D6131B;
}
.BgClassName
{
background-color: #D6131B;
}
</style>
border-color css
<style>
span { border-color: #D6131B; }
span { border-color: rgb(214,19,27); }
td.TdClassName
{
border-color: #D6131B;
}
.TagClassName
{
border-color: #D6131B;
}
</style>