Shades of Fire Engine Red #BD131F
Tints of Fire Engine Red #BD131F
RGB
CMYK
RGB Variations
Color information
#BD131F (or 0xBD131F) is known color: Fire Engine Red. HEX triplet: BD, 13 and 1F. RGB value is (189,19,31). Sum of RGB (Red+Green+Blue) = 189+19+31=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD131F is #42ECE0. Grayscale: #474747. Windows color (decimal): -4386017 or 2036669. OLE color: 2036669.
HSL color Cylindrical-coordinate representation of color #BD131F: hue angle of 355.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD131F is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 31 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.26 |
| HSL | 355.76º | 0.82% | 0.41% | - |
| HSV(B) | 355.76º | 0.9% | 0.74% | - |
| XYZ | 21.47 | 11.38 | 2.36 | - |
| YUV | 71.2 | 105.32 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 31 | 0 | 0.90 | 0.84 | 0.26 | 355.76 | 0.82 | 0.41 |
| Hex | BD | 13 | 1F | 0 | 5A | 54 | 1A | 164 | 52 | 29 |
| Octal | 275 | 23 | 37 | 0 | 132 | 124 | 32 | 544 | 122 | 51 |
| Binary | 10111101 | 10011 | 11111 | 0 | 1011010 | 1010100 | 11010 | 101100100 | 1010010 | 101001 |
Color Harmonies of #BD131F
Complementary color
Monochromatic Colors of #BD131F
Black with #BD131F
Text Example
Text Example
White with #BD131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD131F; }
p { color: rgb(189,19,31); }
H1.HeaderClassName
{
color: #BD131F;
}
.AnyTagClassName
{
color: #BD131F;
}
</style>
background-color css
<style>
a { background-color: #BD131F; }
a { background-color: rgb(189,19,31); }
div.DivClassName
{
background-color: #BD131F;
}
.BgClassName
{
background-color: #BD131F;
}
</style>
border-color css
<style>
span { border-color: #BD131F; }
span { border-color: rgb(189,19,31); }
td.TdClassName
{
border-color: #BD131F;
}
.TagClassName
{
border-color: #BD131F;
}
</style>