Shades of Fire Engine Red #D51C2D
Tints of Fire Engine Red #D51C2D
RGB
CMYK
RGB Variations
Color information
#D51C2D (or 0xD51C2D) is known color: Fire Engine Red. HEX triplet: D5, 1C and 2D. RGB value is (213,28,45). Sum of RGB (Red+Green+Blue) = 213+28+45=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51C2D is #2AE3D2. Grayscale: #555555. Windows color (decimal): -2810835 or 2956501. OLE color: 2956501.
HSL color Cylindrical-coordinate representation of color #D51C2D: hue angle of 354.49º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51C2D is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 45 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.16 |
| HSL | 354.49º | 0.77% | 0.47% | - |
| HSV(B) | 354.49º | 0.87% | 0.84% | - |
| XYZ | 28.33 | 15.17 | 3.92 | - |
| YUV | 85.25 | 105.29 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 45 | 0 | 0.87 | 0.79 | 0.16 | 354.49 | 0.77 | 0.47 |
| Hex | D5 | 1C | 2D | 0 | 57 | 4F | 10 | 162 | 4D | 2F |
| Octal | 325 | 34 | 55 | 0 | 127 | 117 | 20 | 542 | 115 | 57 |
| Binary | 11010101 | 11100 | 101101 | 0 | 1010111 | 1001111 | 10000 | 101100010 | 1001101 | 101111 |
Color Harmonies of #D51C2D
Complementary color
Monochromatic Colors of #D51C2D
Black with #D51C2D
Text Example
Text Example
White with #D51C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51C2D; }
p { color: rgb(213,28,45); }
H1.HeaderClassName
{
color: #D51C2D;
}
.AnyTagClassName
{
color: #D51C2D;
}
</style>
background-color css
<style>
a { background-color: #D51C2D; }
a { background-color: rgb(213,28,45); }
div.DivClassName
{
background-color: #D51C2D;
}
.BgClassName
{
background-color: #D51C2D;
}
</style>
border-color css
<style>
span { border-color: #D51C2D; }
span { border-color: rgb(213,28,45); }
td.TdClassName
{
border-color: #D51C2D;
}
.TagClassName
{
border-color: #D51C2D;
}
</style>