Shades of Fire Engine Red #D5171C
Tints of Fire Engine Red #D5171C
RGB
CMYK
RGB Variations
Color information
#D5171C (or 0xD5171C) is known color: Fire Engine Red. HEX triplet: D5, 17 and 1C. RGB value is (213,23,28). Sum of RGB (Red+Green+Blue) = 213+23+28=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D5171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5171C is #2AE8E3. Grayscale: #505050. Windows color (decimal): -2812132 or 1841109. OLE color: 1841109.
HSL color Cylindrical-coordinate representation of color #D5171C: hue angle of 358.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5171C is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 28 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.16 |
| HSL | 358.42º | 0.81% | 0.46% | - |
| HSV(B) | 358.42º | 0.89% | 0.84% | - |
| XYZ | 27.96 | 14.84 | 2.49 | - |
| YUV | 80.38 | 98.45 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 28 | 0 | 0.89 | 0.87 | 0.16 | 358.42 | 0.81 | 0.46 |
| Hex | D5 | 17 | 1C | 0 | 59 | 57 | 10 | 166 | 51 | 2E |
| Octal | 325 | 27 | 34 | 0 | 131 | 127 | 20 | 546 | 121 | 56 |
| Binary | 11010101 | 10111 | 11100 | 0 | 1011001 | 1010111 | 10000 | 101100110 | 1010001 | 101110 |
Color Harmonies of #D5171C
Complementary color
Monochromatic Colors of #D5171C
Black with #D5171C
Text Example
Text Example
White with #D5171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5171C; }
p { color: rgb(213,23,28); }
H1.HeaderClassName
{
color: #D5171C;
}
.AnyTagClassName
{
color: #D5171C;
}
</style>
background-color css
<style>
a { background-color: #D5171C; }
a { background-color: rgb(213,23,28); }
div.DivClassName
{
background-color: #D5171C;
}
.BgClassName
{
background-color: #D5171C;
}
</style>
border-color css
<style>
span { border-color: #D5171C; }
span { border-color: rgb(213,23,28); }
td.TdClassName
{
border-color: #D5171C;
}
.TagClassName
{
border-color: #D5171C;
}
</style>