Shades of Fire Engine Red #BD141E
Tints of Fire Engine Red #BD141E
RGB
CMYK
RGB Variations
Color information
#BD141E (or 0xBD141E) is known color: Fire Engine Red. HEX triplet: BD, 14 and 1E. RGB value is (189,20,30). Sum of RGB (Red+Green+Blue) = 189+20+30=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD141E is #42EBE1. Grayscale: #474747. Windows color (decimal): -4385762 or 1971389. OLE color: 1971389.
HSL color Cylindrical-coordinate representation of color #BD141E: hue angle of 356.45º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD141E is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 30 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.26 |
| HSL | 356.45º | 0.81% | 0.41% | - |
| HSV(B) | 356.45º | 0.89% | 0.74% | - |
| XYZ | 21.47 | 11.41 | 2.3 | - |
| YUV | 71.67 | 104.49 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 30 | 0 | 0.89 | 0.84 | 0.26 | 356.45 | 0.81 | 0.41 |
| Hex | BD | 14 | 1E | 0 | 59 | 54 | 1A | 164 | 51 | 29 |
| Octal | 275 | 24 | 36 | 0 | 131 | 124 | 32 | 544 | 121 | 51 |
| Binary | 10111101 | 10100 | 11110 | 0 | 1011001 | 1010100 | 11010 | 101100100 | 1010001 | 101001 |
Color Harmonies of #BD141E
Complementary color
Monochromatic Colors of #BD141E
Black with #BD141E
Text Example
Text Example
White with #BD141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD141E; }
p { color: rgb(189,20,30); }
H1.HeaderClassName
{
color: #BD141E;
}
.AnyTagClassName
{
color: #BD141E;
}
</style>
background-color css
<style>
a { background-color: #BD141E; }
a { background-color: rgb(189,20,30); }
div.DivClassName
{
background-color: #BD141E;
}
.BgClassName
{
background-color: #BD141E;
}
</style>
border-color css
<style>
span { border-color: #BD141E; }
span { border-color: rgb(189,20,30); }
td.TdClassName
{
border-color: #BD141E;
}
.TagClassName
{
border-color: #BD141E;
}
</style>