Shades of Fire Engine Red #BD151E
Tints of Fire Engine Red #BD151E
RGB
CMYK
RGB Variations
Color information
#BD151E (or 0xBD151E) is known color: Fire Engine Red. HEX triplet: BD, 15 and 1E. RGB value is (189,21,30). Sum of RGB (Red+Green+Blue) = 189+21+30=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD151E is #42EAE1. Grayscale: #484848. Windows color (decimal): -4385506 or 1971645. OLE color: 1971645.
HSL color Cylindrical-coordinate representation of color #BD151E: hue angle of 356.79º degrees, saturation: 0.8, 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 #BD151E is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 30 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.26 |
| HSL | 356.79º | 0.8% | 0.41% | - |
| HSV(B) | 356.79º | 0.89% | 0.74% | - |
| XYZ | 21.49 | 11.45 | 2.31 | - |
| YUV | 72.26 | 104.16 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 30 | 0 | 0.89 | 0.84 | 0.26 | 356.79 | 0.8 | 0.41 |
| Hex | BD | 15 | 1E | 0 | 59 | 54 | 1A | 165 | 50 | 29 |
| Octal | 275 | 25 | 36 | 0 | 131 | 124 | 32 | 545 | 120 | 51 |
| Binary | 10111101 | 10101 | 11110 | 0 | 1011001 | 1010100 | 11010 | 101100101 | 1010000 | 101001 |
Color Harmonies of #BD151E
Complementary color
Monochromatic Colors of #BD151E
Black with #BD151E
Text Example
Text Example
White with #BD151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD151E; }
p { color: rgb(189,21,30); }
H1.HeaderClassName
{
color: #BD151E;
}
.AnyTagClassName
{
color: #BD151E;
}
</style>
background-color css
<style>
a { background-color: #BD151E; }
a { background-color: rgb(189,21,30); }
div.DivClassName
{
background-color: #BD151E;
}
.BgClassName
{
background-color: #BD151E;
}
</style>
border-color css
<style>
span { border-color: #BD151E; }
span { border-color: rgb(189,21,30); }
td.TdClassName
{
border-color: #BD151E;
}
.TagClassName
{
border-color: #BD151E;
}
</style>