Shades of Fire Engine Red #D5181C
Tints of Fire Engine Red #D5181C
RGB
CMYK
RGB Variations
Color information
#D5181C (or 0xD5181C) is known color: Fire Engine Red. HEX triplet: D5, 18 and 1C. RGB value is (213,24,28). Sum of RGB (Red+Green+Blue) = 213+24+28=265 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.38% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 213 - color contains mainly: red. Hex color #D5181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5181C is #2AE7E3. Grayscale: #515151. Windows color (decimal): -2811876 or 1841365. OLE color: 1841365.
HSL color Cylindrical-coordinate representation of color #D5181C: hue angle of 358.73º degrees, saturation: 0.8, 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 #D5181C is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 28 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.16 |
| HSL | 358.73º | 0.8% | 0.46% | - |
| HSV(B) | 358.73º | 0.89% | 0.84% | - |
| XYZ | 27.98 | 14.88 | 2.5 | - |
| YUV | 80.97 | 98.12 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 28 | 0 | 0.89 | 0.87 | 0.16 | 358.73 | 0.8 | 0.46 |
| Hex | D5 | 18 | 1C | 0 | 59 | 57 | 10 | 167 | 50 | 2E |
| Octal | 325 | 30 | 34 | 0 | 131 | 127 | 20 | 547 | 120 | 56 |
| Binary | 11010101 | 11000 | 11100 | 0 | 1011001 | 1010111 | 10000 | 101100111 | 1010000 | 101110 |
Color Harmonies of #D5181C
Complementary color
Monochromatic Colors of #D5181C
Black with #D5181C
Text Example
Text Example
White with #D5181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5181C; }
p { color: rgb(213,24,28); }
H1.HeaderClassName
{
color: #D5181C;
}
.AnyTagClassName
{
color: #D5181C;
}
</style>
background-color css
<style>
a { background-color: #D5181C; }
a { background-color: rgb(213,24,28); }
div.DivClassName
{
background-color: #D5181C;
}
.BgClassName
{
background-color: #D5181C;
}
</style>
border-color css
<style>
span { border-color: #D5181C; }
span { border-color: rgb(213,24,28); }
td.TdClassName
{
border-color: #D5181C;
}
.TagClassName
{
border-color: #D5181C;
}
</style>