Shades of Fire Engine Red #BD1122
Tints of Fire Engine Red #BD1122
RGB
CMYK
RGB Variations
Color information
#BD1122 (or 0xBD1122) is known color: Fire Engine Red. HEX triplet: BD, 11 and 22. RGB value is (189,17,34). Sum of RGB (Red+Green+Blue) = 189+17+34=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1122 is #42EEDD. Grayscale: #464646. Windows color (decimal): -4386526 or 2232765. OLE color: 2232765.
HSL color Cylindrical-coordinate representation of color #BD1122: hue angle of 354.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD1122 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 34 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.26 |
| HSL | 354.07º | 0.83% | 0.4% | - |
| HSV(B) | 354.07º | 0.91% | 0.74% | - |
| XYZ | 21.48 | 11.34 | 2.57 | - |
| YUV | 70.37 | 107.48 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 34 | 0 | 0.91 | 0.82 | 0.26 | 354.07 | 0.83 | 0.4 |
| Hex | BD | 11 | 22 | 0 | 5B | 52 | 1A | 162 | 53 | 28 |
| Octal | 275 | 21 | 42 | 0 | 133 | 122 | 32 | 542 | 123 | 50 |
| Binary | 10111101 | 10001 | 100010 | 0 | 1011011 | 1010010 | 11010 | 101100010 | 1010011 | 101000 |
Color Harmonies of #BD1122
Complementary color
Monochromatic Colors of #BD1122
Black with #BD1122
Text Example
Text Example
White with #BD1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1122; }
p { color: rgb(189,17,34); }
H1.HeaderClassName
{
color: #BD1122;
}
.AnyTagClassName
{
color: #BD1122;
}
</style>
background-color css
<style>
a { background-color: #BD1122; }
a { background-color: rgb(189,17,34); }
div.DivClassName
{
background-color: #BD1122;
}
.BgClassName
{
background-color: #BD1122;
}
</style>
border-color css
<style>
span { border-color: #BD1122; }
span { border-color: rgb(189,17,34); }
td.TdClassName
{
border-color: #BD1122;
}
.TagClassName
{
border-color: #BD1122;
}
</style>