Shades of Fire Engine Red #D6191C
Tints of Fire Engine Red #D6191C
RGB
CMYK
RGB Variations
Color information
#D6191C (or 0xD6191C) is known color: Fire Engine Red. HEX triplet: D6, 19 and 1C. RGB value is (214,25,28). Sum of RGB (Red+Green+Blue) = 214+25+28=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D6191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6191C is #29E6E3. Grayscale: #525252. Windows color (decimal): -2746084 or 1841622. OLE color: 1841622.
HSL color Cylindrical-coordinate representation of color #D6191C: hue angle of 359.05º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6191C is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 28 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.16 |
| HSL | 359.05º | 0.79% | 0.47% | - |
| HSV(B) | 359.05º | 0.88% | 0.84% | - |
| XYZ | 28.29 | 15.08 | 2.52 | - |
| YUV | 81.85 | 97.62 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 28 | 0 | 0.88 | 0.87 | 0.16 | 359.05 | 0.79 | 0.47 |
| Hex | D6 | 19 | 1C | 0 | 58 | 57 | 10 | 167 | 4F | 2F |
| Octal | 326 | 31 | 34 | 0 | 130 | 127 | 20 | 547 | 117 | 57 |
| Binary | 11010110 | 11001 | 11100 | 0 | 1011000 | 1010111 | 10000 | 101100111 | 1001111 | 101111 |
Color Harmonies of #D6191C
Complementary color
Monochromatic Colors of #D6191C
Black with #D6191C
Text Example
Text Example
White with #D6191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6191C; }
p { color: rgb(214,25,28); }
H1.HeaderClassName
{
color: #D6191C;
}
.AnyTagClassName
{
color: #D6191C;
}
</style>
background-color css
<style>
a { background-color: #D6191C; }
a { background-color: rgb(214,25,28); }
div.DivClassName
{
background-color: #D6191C;
}
.BgClassName
{
background-color: #D6191C;
}
</style>
border-color css
<style>
span { border-color: #D6191C; }
span { border-color: rgb(214,25,28); }
td.TdClassName
{
border-color: #D6191C;
}
.TagClassName
{
border-color: #D6191C;
}
</style>