Shades of Fire Engine Red #D5121D
Tints of Fire Engine Red #D5121D
RGB
CMYK
RGB Variations
Color information
#D5121D (or 0xD5121D) is known color: Fire Engine Red. HEX triplet: D5, 12 and 1D. RGB value is (213,18,29). Sum of RGB (Red+Green+Blue) = 213+18+29=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D5121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5121D is #2AEDE2. Grayscale: #4D4D4D. Windows color (decimal): -2813411 or 1905365. OLE color: 1905365.
HSL color Cylindrical-coordinate representation of color #D5121D: hue angle of 356.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5121D is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 29 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.16 |
| HSL | 356.62º | 0.84% | 0.45% | - |
| HSV(B) | 356.62º | 0.92% | 0.84% | - |
| XYZ | 27.88 | 14.67 | 2.52 | - |
| YUV | 77.56 | 100.6 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 29 | 0 | 0.92 | 0.86 | 0.16 | 356.62 | 0.84 | 0.45 |
| Hex | D5 | 12 | 1D | 0 | 5C | 56 | 10 | 165 | 54 | 2D |
| Octal | 325 | 22 | 35 | 0 | 134 | 126 | 20 | 545 | 124 | 55 |
| Binary | 11010101 | 10010 | 11101 | 0 | 1011100 | 1010110 | 10000 | 101100101 | 1010100 | 101101 |
Color Harmonies of #D5121D
Complementary color
Monochromatic Colors of #D5121D
Black with #D5121D
Text Example
Text Example
White with #D5121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5121D; }
p { color: rgb(213,18,29); }
H1.HeaderClassName
{
color: #D5121D;
}
.AnyTagClassName
{
color: #D5121D;
}
</style>
background-color css
<style>
a { background-color: #D5121D; }
a { background-color: rgb(213,18,29); }
div.DivClassName
{
background-color: #D5121D;
}
.BgClassName
{
background-color: #D5121D;
}
</style>
border-color css
<style>
span { border-color: #D5121D; }
span { border-color: rgb(213,18,29); }
td.TdClassName
{
border-color: #D5121D;
}
.TagClassName
{
border-color: #D5121D;
}
</style>