Shades of Fire Engine Red #BD151C
Tints of Fire Engine Red #BD151C
RGB
CMYK
RGB Variations
Color information
#BD151C (or 0xBD151C) is known color: Fire Engine Red. HEX triplet: BD, 15 and 1C. RGB value is (189,21,28). Sum of RGB (Red+Green+Blue) = 189+21+28=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD151C is #42EAE3. Grayscale: #484848. Windows color (decimal): -4385508 or 1840573. OLE color: 1840573.
HSL color Cylindrical-coordinate representation of color #BD151C: hue angle of 357.5º 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 #BD151C is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 28 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.26 |
| HSL | 357.5º | 0.8% | 0.41% | - |
| HSV(B) | 357.5º | 0.89% | 0.74% | - |
| XYZ | 21.46 | 11.44 | 2.18 | - |
| YUV | 72.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 28 | 0 | 0.89 | 0.85 | 0.26 | 357.5 | 0.8 | 0.41 |
| Hex | BD | 15 | 1C | 0 | 59 | 55 | 1A | 166 | 50 | 29 |
| Octal | 275 | 25 | 34 | 0 | 131 | 125 | 32 | 546 | 120 | 51 |
| Binary | 10111101 | 10101 | 11100 | 0 | 1011001 | 1010101 | 11010 | 101100110 | 1010000 | 101001 |
Color Harmonies of #BD151C
Complementary color
Monochromatic Colors of #BD151C
Black with #BD151C
Text Example
Text Example
White with #BD151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD151C; }
p { color: rgb(189,21,28); }
H1.HeaderClassName
{
color: #BD151C;
}
.AnyTagClassName
{
color: #BD151C;
}
</style>
background-color css
<style>
a { background-color: #BD151C; }
a { background-color: rgb(189,21,28); }
div.DivClassName
{
background-color: #BD151C;
}
.BgClassName
{
background-color: #BD151C;
}
</style>
border-color css
<style>
span { border-color: #BD151C; }
span { border-color: rgb(189,21,28); }
td.TdClassName
{
border-color: #BD151C;
}
.TagClassName
{
border-color: #BD151C;
}
</style>