Shades of Fire Engine Red #D5151C
Tints of Fire Engine Red #D5151C
RGB
CMYK
RGB Variations
Color information
#D5151C (or 0xD5151C) is known color: Fire Engine Red. HEX triplet: D5, 15 and 1C. RGB value is (213,21,28). Sum of RGB (Red+Green+Blue) = 213+21+28=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D5151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5151C is #2AEAE3. Grayscale: #4F4F4F. Windows color (decimal): -2812644 or 1840597. OLE color: 1840597.
HSL color Cylindrical-coordinate representation of color #D5151C: hue angle of 357.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5151C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 28 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.16 |
| HSL | 357.81º | 0.82% | 0.46% | - |
| HSV(B) | 357.81º | 0.9% | 0.84% | - |
| XYZ | 27.92 | 14.77 | 2.48 | - |
| YUV | 79.21 | 99.11 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 28 | 0 | 0.90 | 0.87 | 0.16 | 357.81 | 0.82 | 0.46 |
| Hex | D5 | 15 | 1C | 0 | 5A | 57 | 10 | 166 | 52 | 2E |
| Octal | 325 | 25 | 34 | 0 | 132 | 127 | 20 | 546 | 122 | 56 |
| Binary | 11010101 | 10101 | 11100 | 0 | 1011010 | 1010111 | 10000 | 101100110 | 1010010 | 101110 |
Color Harmonies of #D5151C
Complementary color
Monochromatic Colors of #D5151C
Black with #D5151C
Text Example
Text Example
White with #D5151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5151C; }
p { color: rgb(213,21,28); }
H1.HeaderClassName
{
color: #D5151C;
}
.AnyTagClassName
{
color: #D5151C;
}
</style>
background-color css
<style>
a { background-color: #D5151C; }
a { background-color: rgb(213,21,28); }
div.DivClassName
{
background-color: #D5151C;
}
.BgClassName
{
background-color: #D5151C;
}
</style>
border-color css
<style>
span { border-color: #D5151C; }
span { border-color: rgb(213,21,28); }
td.TdClassName
{
border-color: #D5151C;
}
.TagClassName
{
border-color: #D5151C;
}
</style>