Shades of Fire Engine Red #BD141C
Tints of Fire Engine Red #BD141C
RGB
CMYK
RGB Variations
Color information
#BD141C (or 0xBD141C) is known color: Fire Engine Red. HEX triplet: BD, 14 and 1C. RGB value is (189,20,28). Sum of RGB (Red+Green+Blue) = 189+20+28=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD141C is #42EBE3. Grayscale: #474747. Windows color (decimal): -4385764 or 1840317. OLE color: 1840317.
HSL color Cylindrical-coordinate representation of color #BD141C: hue angle of 357.16º 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 #BD141C is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 28 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.26 |
| HSL | 357.16º | 0.81% | 0.41% | - |
| HSV(B) | 357.16º | 0.89% | 0.74% | - |
| XYZ | 21.45 | 11.4 | 2.17 | - |
| YUV | 71.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 28 | 0 | 0.89 | 0.85 | 0.26 | 357.16 | 0.81 | 0.41 |
| Hex | BD | 14 | 1C | 0 | 59 | 55 | 1A | 165 | 51 | 29 |
| Octal | 275 | 24 | 34 | 0 | 131 | 125 | 32 | 545 | 121 | 51 |
| Binary | 10111101 | 10100 | 11100 | 0 | 1011001 | 1010101 | 11010 | 101100101 | 1010001 | 101001 |
Color Harmonies of #BD141C
Complementary color
Monochromatic Colors of #BD141C
Black with #BD141C
Text Example
Text Example
White with #BD141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD141C; }
p { color: rgb(189,20,28); }
H1.HeaderClassName
{
color: #BD141C;
}
.AnyTagClassName
{
color: #BD141C;
}
</style>
background-color css
<style>
a { background-color: #BD141C; }
a { background-color: rgb(189,20,28); }
div.DivClassName
{
background-color: #BD141C;
}
.BgClassName
{
background-color: #BD141C;
}
</style>
border-color css
<style>
span { border-color: #BD141C; }
span { border-color: rgb(189,20,28); }
td.TdClassName
{
border-color: #BD141C;
}
.TagClassName
{
border-color: #BD141C;
}
</style>