Shades of Fire Engine Red #BD121F
Tints of Fire Engine Red #BD121F
RGB
CMYK
RGB Variations
Color information
#BD121F (or 0xBD121F) is known color: Fire Engine Red. HEX triplet: BD, 12 and 1F. RGB value is (189,18,31). Sum of RGB (Red+Green+Blue) = 189+18+31=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD121F is #42EDE0. Grayscale: #464646. Windows color (decimal): -4386273 or 2036413. OLE color: 2036413.
HSL color Cylindrical-coordinate representation of color #BD121F: hue angle of 355.44º degrees, saturation: 0.83, 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 #BD121F is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 31 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.26 |
| HSL | 355.44º | 0.83% | 0.41% | - |
| HSV(B) | 355.44º | 0.9% | 0.74% | - |
| XYZ | 21.45 | 11.35 | 2.36 | - |
| YUV | 70.61 | 105.65 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 31 | 0 | 0.90 | 0.84 | 0.26 | 355.44 | 0.83 | 0.41 |
| Hex | BD | 12 | 1F | 0 | 5A | 54 | 1A | 163 | 53 | 29 |
| Octal | 275 | 22 | 37 | 0 | 132 | 124 | 32 | 543 | 123 | 51 |
| Binary | 10111101 | 10010 | 11111 | 0 | 1011010 | 1010100 | 11010 | 101100011 | 1010011 | 101001 |
Color Harmonies of #BD121F
Complementary color
Monochromatic Colors of #BD121F
Black with #BD121F
Text Example
Text Example
White with #BD121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD121F; }
p { color: rgb(189,18,31); }
H1.HeaderClassName
{
color: #BD121F;
}
.AnyTagClassName
{
color: #BD121F;
}
</style>
background-color css
<style>
a { background-color: #BD121F; }
a { background-color: rgb(189,18,31); }
div.DivClassName
{
background-color: #BD121F;
}
.BgClassName
{
background-color: #BD121F;
}
</style>
border-color css
<style>
span { border-color: #BD121F; }
span { border-color: rgb(189,18,31); }
td.TdClassName
{
border-color: #BD121F;
}
.TagClassName
{
border-color: #BD121F;
}
</style>