Shades of Fire Engine Red #D5122C
Tints of Fire Engine Red #D5122C
RGB
CMYK
RGB Variations
Color information
#D5122C (or 0xD5122C) is known color: Fire Engine Red. HEX triplet: D5, 12 and 2C. RGB value is (213,18,44). Sum of RGB (Red+Green+Blue) = 213+18+44=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D5122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5122C is #2AEDD3. Grayscale: #4F4F4F. Windows color (decimal): -2813396 or 2888405. OLE color: 2888405.
HSL color Cylindrical-coordinate representation of color #D5122C: hue angle of 352º 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 #D5122C is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 44 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.16 |
| HSL | 352º | 0.84% | 0.45% | - |
| HSV(B) | 352º | 0.92% | 0.84% | - |
| XYZ | 28.11 | 14.76 | 3.75 | - |
| YUV | 79.27 | 108.1 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 44 | 0 | 0.92 | 0.79 | 0.16 | 352 | 0.84 | 0.45 |
| Hex | D5 | 12 | 2C | 0 | 5C | 4F | 10 | 160 | 54 | 2D |
| Octal | 325 | 22 | 54 | 0 | 134 | 117 | 20 | 540 | 124 | 55 |
| Binary | 11010101 | 10010 | 101100 | 0 | 1011100 | 1001111 | 10000 | 101100000 | 1010100 | 101101 |
Color Harmonies of #D5122C
Complementary color
Monochromatic Colors of #D5122C
Black with #D5122C
Text Example
Text Example
White with #D5122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5122C; }
p { color: rgb(213,18,44); }
H1.HeaderClassName
{
color: #D5122C;
}
.AnyTagClassName
{
color: #D5122C;
}
</style>
background-color css
<style>
a { background-color: #D5122C; }
a { background-color: rgb(213,18,44); }
div.DivClassName
{
background-color: #D5122C;
}
.BgClassName
{
background-color: #D5122C;
}
</style>
border-color css
<style>
span { border-color: #D5122C; }
span { border-color: rgb(213,18,44); }
td.TdClassName
{
border-color: #D5122C;
}
.TagClassName
{
border-color: #D5122C;
}
</style>