Shades of Fire Engine Red #D50C2C
Tints of Fire Engine Red #D50C2C
RGB
CMYK
RGB Variations
Color information
#D50C2C (or 0xD50C2C) is known color: Fire Engine Red. HEX triplet: D5, 0C and 2C. RGB value is (213,12,44). Sum of RGB (Red+Green+Blue) = 213+12+44=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C2C is #2AF3D3. Grayscale: #4B4B4B. Windows color (decimal): -2814932 or 2886869. OLE color: 2886869.
HSL color Cylindrical-coordinate representation of color #D50C2C: hue angle of 350.45º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C2C is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 44 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.16 |
| HSL | 350.45º | 0.89% | 0.44% | - |
| HSV(B) | 350.45º | 0.94% | 0.84% | - |
| XYZ | 28.03 | 14.59 | 3.72 | - |
| YUV | 75.75 | 110.09 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 44 | 0 | 0.94 | 0.79 | 0.16 | 350.45 | 0.89 | 0.44 |
| Hex | D5 | C | 2C | 0 | 5E | 4F | 10 | 15E | 59 | 2C |
| Octal | 325 | 14 | 54 | 0 | 136 | 117 | 20 | 536 | 131 | 54 |
| Binary | 11010101 | 1100 | 101100 | 0 | 1011110 | 1001111 | 10000 | 101011110 | 1011001 | 101100 |
Color Harmonies of #D50C2C
Complementary color
Monochromatic Colors of #D50C2C
Black with #D50C2C
Text Example
Text Example
White with #D50C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C2C; }
p { color: rgb(213,12,44); }
H1.HeaderClassName
{
color: #D50C2C;
}
.AnyTagClassName
{
color: #D50C2C;
}
</style>
background-color css
<style>
a { background-color: #D50C2C; }
a { background-color: rgb(213,12,44); }
div.DivClassName
{
background-color: #D50C2C;
}
.BgClassName
{
background-color: #D50C2C;
}
</style>
border-color css
<style>
span { border-color: #D50C2C; }
span { border-color: rgb(213,12,44); }
td.TdClassName
{
border-color: #D50C2C;
}
.TagClassName
{
border-color: #D50C2C;
}
</style>