Shades of Fire Engine Red #D5122B
Tints of Fire Engine Red #D5122B
RGB
CMYK
RGB Variations
Color information
#D5122B (or 0xD5122B) is known color: Fire Engine Red. HEX triplet: D5, 12 and 2B. RGB value is (213,18,43). Sum of RGB (Red+Green+Blue) = 213+18+43=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D5122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5122B is #2AEDD4. Grayscale: #4F4F4F. Windows color (decimal): -2813397 or 2822869. OLE color: 2822869.
HSL color Cylindrical-coordinate representation of color #D5122B: hue angle of 352.31º 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 #D5122B is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 43 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.16 |
| HSL | 352.31º | 0.84% | 0.45% | - |
| HSV(B) | 352.31º | 0.92% | 0.84% | - |
| XYZ | 28.09 | 14.75 | 3.65 | - |
| YUV | 79.16 | 107.6 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 43 | 0 | 0.92 | 0.80 | 0.16 | 352.31 | 0.84 | 0.45 |
| Hex | D5 | 12 | 2B | 0 | 5C | 50 | 10 | 160 | 54 | 2D |
| Octal | 325 | 22 | 53 | 0 | 134 | 120 | 20 | 540 | 124 | 55 |
| Binary | 11010101 | 10010 | 101011 | 0 | 1011100 | 1010000 | 10000 | 101100000 | 1010100 | 101101 |
Color Harmonies of #D5122B
Complementary color
Monochromatic Colors of #D5122B
Black with #D5122B
Text Example
Text Example
White with #D5122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5122B; }
p { color: rgb(213,18,43); }
H1.HeaderClassName
{
color: #D5122B;
}
.AnyTagClassName
{
color: #D5122B;
}
</style>
background-color css
<style>
a { background-color: #D5122B; }
a { background-color: rgb(213,18,43); }
div.DivClassName
{
background-color: #D5122B;
}
.BgClassName
{
background-color: #D5122B;
}
</style>
border-color css
<style>
span { border-color: #D5122B; }
span { border-color: rgb(213,18,43); }
td.TdClassName
{
border-color: #D5122B;
}
.TagClassName
{
border-color: #D5122B;
}
</style>