Shades of Fire Engine Red #D5151B
Tints of Fire Engine Red #D5151B
RGB
CMYK
RGB Variations
Color information
#D5151B (or 0xD5151B) is known color: Fire Engine Red. HEX triplet: D5, 15 and 1B. RGB value is (213,21,27). Sum of RGB (Red+Green+Blue) = 213+21+27=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D5151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5151B is #2AEAE4. Grayscale: #4F4F4F. Windows color (decimal): -2812645 or 1775061. OLE color: 1775061.
HSL color Cylindrical-coordinate representation of color #D5151B: hue angle of 358.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5151B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 27 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.16 |
| HSL | 358.13º | 0.82% | 0.46% | - |
| HSV(B) | 358.13º | 0.9% | 0.84% | - |
| XYZ | 27.91 | 14.76 | 2.42 | - |
| YUV | 79.09 | 98.61 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 27 | 0 | 0.90 | 0.87 | 0.16 | 358.13 | 0.82 | 0.46 |
| Hex | D5 | 15 | 1B | 0 | 5A | 57 | 10 | 166 | 52 | 2E |
| Octal | 325 | 25 | 33 | 0 | 132 | 127 | 20 | 546 | 122 | 56 |
| Binary | 11010101 | 10101 | 11011 | 0 | 1011010 | 1010111 | 10000 | 101100110 | 1010010 | 101110 |
Color Harmonies of #D5151B
Complementary color
Monochromatic Colors of #D5151B
Black with #D5151B
Text Example
Text Example
White with #D5151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5151B; }
p { color: rgb(213,21,27); }
H1.HeaderClassName
{
color: #D5151B;
}
.AnyTagClassName
{
color: #D5151B;
}
</style>
background-color css
<style>
a { background-color: #D5151B; }
a { background-color: rgb(213,21,27); }
div.DivClassName
{
background-color: #D5151B;
}
.BgClassName
{
background-color: #D5151B;
}
</style>
border-color css
<style>
span { border-color: #D5151B; }
span { border-color: rgb(213,21,27); }
td.TdClassName
{
border-color: #D5151B;
}
.TagClassName
{
border-color: #D5151B;
}
</style>