Shades of Fire Engine Red #D5181D
Tints of Fire Engine Red #D5181D
RGB
CMYK
RGB Variations
Color information
#D5181D (or 0xD5181D) is known color: Fire Engine Red. HEX triplet: D5, 18 and 1D. RGB value is (213,24,29). Sum of RGB (Red+Green+Blue) = 213+24+29=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D5181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5181D is #2AE7E2. Grayscale: #515151. Windows color (decimal): -2811875 or 1906901. OLE color: 1906901.
HSL color Cylindrical-coordinate representation of color #D5181D: hue angle of 358.41º 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 #D5181D is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 29 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.16 |
| HSL | 358.41º | 0.8% | 0.46% | - |
| HSV(B) | 358.41º | 0.89% | 0.84% | - |
| XYZ | 27.99 | 14.89 | 2.56 | - |
| YUV | 81.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 29 | 0 | 0.89 | 0.86 | 0.16 | 358.41 | 0.8 | 0.46 |
| Hex | D5 | 18 | 1D | 0 | 59 | 56 | 10 | 166 | 50 | 2E |
| Octal | 325 | 30 | 35 | 0 | 131 | 126 | 20 | 546 | 120 | 56 |
| Binary | 11010101 | 11000 | 11101 | 0 | 1011001 | 1010110 | 10000 | 101100110 | 1010000 | 101110 |
Color Harmonies of #D5181D
Complementary color
Monochromatic Colors of #D5181D
Black with #D5181D
Text Example
Text Example
White with #D5181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5181D; }
p { color: rgb(213,24,29); }
H1.HeaderClassName
{
color: #D5181D;
}
.AnyTagClassName
{
color: #D5181D;
}
</style>
background-color css
<style>
a { background-color: #D5181D; }
a { background-color: rgb(213,24,29); }
div.DivClassName
{
background-color: #D5181D;
}
.BgClassName
{
background-color: #D5181D;
}
</style>
border-color css
<style>
span { border-color: #D5181D; }
span { border-color: rgb(213,24,29); }
td.TdClassName
{
border-color: #D5181D;
}
.TagClassName
{
border-color: #D5181D;
}
</style>