Shades of Fire Engine Red #D5141B
Tints of Fire Engine Red #D5141B
RGB
CMYK
RGB Variations
Color information
#D5141B (or 0xD5141B) is known color: Fire Engine Red. HEX triplet: D5, 14 and 1B. RGB value is (213,20,27). Sum of RGB (Red+Green+Blue) = 213+20+27=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D5141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5141B is #2AEBE4. Grayscale: #4E4E4E. Windows color (decimal): -2812901 or 1774805. OLE color: 1774805.
HSL color Cylindrical-coordinate representation of color #D5141B: hue angle of 357.82º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5141B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 27 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.16 |
| HSL | 357.82º | 0.83% | 0.46% | - |
| HSV(B) | 357.82º | 0.91% | 0.84% | - |
| XYZ | 27.89 | 14.73 | 2.41 | - |
| YUV | 78.51 | 98.94 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 27 | 0 | 0.91 | 0.87 | 0.16 | 357.82 | 0.83 | 0.46 |
| Hex | D5 | 14 | 1B | 0 | 5B | 57 | 10 | 166 | 53 | 2E |
| Octal | 325 | 24 | 33 | 0 | 133 | 127 | 20 | 546 | 123 | 56 |
| Binary | 11010101 | 10100 | 11011 | 0 | 1011011 | 1010111 | 10000 | 101100110 | 1010011 | 101110 |
Color Harmonies of #D5141B
Complementary color
Monochromatic Colors of #D5141B
Black with #D5141B
Text Example
Text Example
White with #D5141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5141B; }
p { color: rgb(213,20,27); }
H1.HeaderClassName
{
color: #D5141B;
}
.AnyTagClassName
{
color: #D5141B;
}
</style>
background-color css
<style>
a { background-color: #D5141B; }
a { background-color: rgb(213,20,27); }
div.DivClassName
{
background-color: #D5141B;
}
.BgClassName
{
background-color: #D5141B;
}
</style>
border-color css
<style>
span { border-color: #D5141B; }
span { border-color: rgb(213,20,27); }
td.TdClassName
{
border-color: #D5141B;
}
.TagClassName
{
border-color: #D5141B;
}
</style>