Shades of Fire Engine Red #D50C1E
Tints of Fire Engine Red #D50C1E
RGB
CMYK
RGB Variations
Color information
#D50C1E (or 0xD50C1E) is known color: Fire Engine Red. HEX triplet: D5, 0C and 1E. RGB value is (213,12,30). Sum of RGB (Red+Green+Blue) = 213+12+30=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50C1E is #2AF3E1. Grayscale: #4A4A4A. Windows color (decimal): -2814946 or 1969365. OLE color: 1969365.
HSL color Cylindrical-coordinate representation of color #D50C1E: hue angle of 354.63º 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 #D50C1E is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 30 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.16 |
| HSL | 354.63º | 0.89% | 0.44% | - |
| HSV(B) | 354.63º | 0.94% | 0.84% | - |
| XYZ | 27.81 | 14.5 | 2.56 | - |
| YUV | 74.15 | 103.09 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 30 | 0 | 0.94 | 0.86 | 0.16 | 354.63 | 0.89 | 0.44 |
| Hex | D5 | C | 1E | 0 | 5E | 56 | 10 | 163 | 59 | 2C |
| Octal | 325 | 14 | 36 | 0 | 136 | 126 | 20 | 543 | 131 | 54 |
| Binary | 11010101 | 1100 | 11110 | 0 | 1011110 | 1010110 | 10000 | 101100011 | 1011001 | 101100 |
Color Harmonies of #D50C1E
Complementary color
Monochromatic Colors of #D50C1E
Black with #D50C1E
Text Example
Text Example
White with #D50C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C1E; }
p { color: rgb(213,12,30); }
H1.HeaderClassName
{
color: #D50C1E;
}
.AnyTagClassName
{
color: #D50C1E;
}
</style>
background-color css
<style>
a { background-color: #D50C1E; }
a { background-color: rgb(213,12,30); }
div.DivClassName
{
background-color: #D50C1E;
}
.BgClassName
{
background-color: #D50C1E;
}
</style>
border-color css
<style>
span { border-color: #D50C1E; }
span { border-color: rgb(213,12,30); }
td.TdClassName
{
border-color: #D50C1E;
}
.TagClassName
{
border-color: #D50C1E;
}
</style>