Shades of Fire Engine Red #D51C2A
Tints of Fire Engine Red #D51C2A
RGB
CMYK
RGB Variations
Color information
#D51C2A (or 0xD51C2A) is known color: Fire Engine Red. HEX triplet: D5, 1C and 2A. RGB value is (213,28,42). Sum of RGB (Red+Green+Blue) = 213+28+42=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51C2A is #2AE3D5. Grayscale: #555555. Windows color (decimal): -2810838 or 2759893. OLE color: 2759893.
HSL color Cylindrical-coordinate representation of color #D51C2A: hue angle of 355.46º 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 #D51C2A is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 42 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.16 |
| HSL | 355.46º | 0.77% | 0.47% | - |
| HSV(B) | 355.46º | 0.87% | 0.84% | - |
| XYZ | 28.27 | 15.14 | 3.62 | - |
| YUV | 84.91 | 103.79 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 42 | 0 | 0.87 | 0.80 | 0.16 | 355.46 | 0.77 | 0.47 |
| Hex | D5 | 1C | 2A | 0 | 57 | 50 | 10 | 163 | 4D | 2F |
| Octal | 325 | 34 | 52 | 0 | 127 | 120 | 20 | 543 | 115 | 57 |
| Binary | 11010101 | 11100 | 101010 | 0 | 1010111 | 1010000 | 10000 | 101100011 | 1001101 | 101111 |
Color Harmonies of #D51C2A
Complementary color
Monochromatic Colors of #D51C2A
Black with #D51C2A
Text Example
Text Example
White with #D51C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51C2A; }
p { color: rgb(213,28,42); }
H1.HeaderClassName
{
color: #D51C2A;
}
.AnyTagClassName
{
color: #D51C2A;
}
</style>
background-color css
<style>
a { background-color: #D51C2A; }
a { background-color: rgb(213,28,42); }
div.DivClassName
{
background-color: #D51C2A;
}
.BgClassName
{
background-color: #D51C2A;
}
</style>
border-color css
<style>
span { border-color: #D51C2A; }
span { border-color: rgb(213,28,42); }
td.TdClassName
{
border-color: #D51C2A;
}
.TagClassName
{
border-color: #D51C2A;
}
</style>