Shades of Fire Engine Red #BD191C
Tints of Fire Engine Red #BD191C
RGB
CMYK
RGB Variations
Color information
#BD191C (or 0xBD191C) is known color: Fire Engine Red. HEX triplet: BD, 19 and 1C. RGB value is (189,25,28). Sum of RGB (Red+Green+Blue) = 189+25+28=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD191C is #42E6E3. Grayscale: #4A4A4A. Windows color (decimal): -4384484 or 1841597. OLE color: 1841597.
HSL color Cylindrical-coordinate representation of color #BD191C: hue angle of 358.9º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD191C is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 28 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.26 |
| HSL | 358.9º | 0.77% | 0.42% | - |
| HSV(B) | 358.9º | 0.87% | 0.74% | - |
| XYZ | 21.54 | 11.6 | 2.2 | - |
| YUV | 74.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 28 | 0 | 0.87 | 0.85 | 0.26 | 358.9 | 0.77 | 0.42 |
| Hex | BD | 19 | 1C | 0 | 57 | 55 | 1A | 167 | 4D | 2A |
| Octal | 275 | 31 | 34 | 0 | 127 | 125 | 32 | 547 | 115 | 52 |
| Binary | 10111101 | 11001 | 11100 | 0 | 1010111 | 1010101 | 11010 | 101100111 | 1001101 | 101010 |
Color Harmonies of #BD191C
Complementary color
Monochromatic Colors of #BD191C
Black with #BD191C
Text Example
Text Example
White with #BD191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD191C; }
p { color: rgb(189,25,28); }
H1.HeaderClassName
{
color: #BD191C;
}
.AnyTagClassName
{
color: #BD191C;
}
</style>
background-color css
<style>
a { background-color: #BD191C; }
a { background-color: rgb(189,25,28); }
div.DivClassName
{
background-color: #BD191C;
}
.BgClassName
{
background-color: #BD191C;
}
</style>
border-color css
<style>
span { border-color: #BD191C; }
span { border-color: rgb(189,25,28); }
td.TdClassName
{
border-color: #BD191C;
}
.TagClassName
{
border-color: #BD191C;
}
</style>