Shades of Fire Engine Red #D5121B
Tints of Fire Engine Red #D5121B
RGB
CMYK
RGB Variations
Color information
#D5121B (or 0xD5121B) is known color: Fire Engine Red. HEX triplet: D5, 12 and 1B. RGB value is (213,18,27). Sum of RGB (Red+Green+Blue) = 213+18+27=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D5121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5121B is #2AEDE4. Grayscale: #4D4D4D. Windows color (decimal): -2813413 or 1774293. OLE color: 1774293.
HSL color Cylindrical-coordinate representation of color #D5121B: hue angle of 357.23º 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 #D5121B is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 27 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.16 |
| HSL | 357.23º | 0.84% | 0.45% | - |
| HSV(B) | 357.23º | 0.92% | 0.84% | - |
| XYZ | 27.85 | 14.66 | 2.4 | - |
| YUV | 77.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 27 | 0 | 0.92 | 0.87 | 0.16 | 357.23 | 0.84 | 0.45 |
| Hex | D5 | 12 | 1B | 0 | 5C | 57 | 10 | 165 | 54 | 2D |
| Octal | 325 | 22 | 33 | 0 | 134 | 127 | 20 | 545 | 124 | 55 |
| Binary | 11010101 | 10010 | 11011 | 0 | 1011100 | 1010111 | 10000 | 101100101 | 1010100 | 101101 |
Color Harmonies of #D5121B
Complementary color
Monochromatic Colors of #D5121B
Black with #D5121B
Text Example
Text Example
White with #D5121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5121B; }
p { color: rgb(213,18,27); }
H1.HeaderClassName
{
color: #D5121B;
}
.AnyTagClassName
{
color: #D5121B;
}
</style>
background-color css
<style>
a { background-color: #D5121B; }
a { background-color: rgb(213,18,27); }
div.DivClassName
{
background-color: #D5121B;
}
.BgClassName
{
background-color: #D5121B;
}
</style>
border-color css
<style>
span { border-color: #D5121B; }
span { border-color: rgb(213,18,27); }
td.TdClassName
{
border-color: #D5121B;
}
.TagClassName
{
border-color: #D5121B;
}
</style>