Shades of Fire Engine Red #BD1022
Tints of Fire Engine Red #BD1022
RGB
CMYK
RGB Variations
Color information
#BD1022 (or 0xBD1022) is known color: Fire Engine Red. HEX triplet: BD, 10 and 22. RGB value is (189,16,34). Sum of RGB (Red+Green+Blue) = 189+16+34=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1022 is #42EFDD. Grayscale: #454545. Windows color (decimal): -4386782 or 2232509. OLE color: 2232509.
HSL color Cylindrical-coordinate representation of color #BD1022: hue angle of 353.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1022 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 34 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.26 |
| HSL | 353.76º | 0.84% | 0.4% | - |
| HSV(B) | 353.76º | 0.92% | 0.74% | - |
| XYZ | 21.46 | 11.3 | 2.56 | - |
| YUV | 69.78 | 107.81 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 34 | 0 | 0.92 | 0.82 | 0.26 | 353.76 | 0.84 | 0.4 |
| Hex | BD | 10 | 22 | 0 | 5C | 52 | 1A | 162 | 54 | 28 |
| Octal | 275 | 20 | 42 | 0 | 134 | 122 | 32 | 542 | 124 | 50 |
| Binary | 10111101 | 10000 | 100010 | 0 | 1011100 | 1010010 | 11010 | 101100010 | 1010100 | 101000 |
Color Harmonies of #BD1022
Complementary color
Monochromatic Colors of #BD1022
Black with #BD1022
Text Example
Text Example
White with #BD1022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1022; }
p { color: rgb(189,16,34); }
H1.HeaderClassName
{
color: #BD1022;
}
.AnyTagClassName
{
color: #BD1022;
}
</style>
background-color css
<style>
a { background-color: #BD1022; }
a { background-color: rgb(189,16,34); }
div.DivClassName
{
background-color: #BD1022;
}
.BgClassName
{
background-color: #BD1022;
}
</style>
border-color css
<style>
span { border-color: #BD1022; }
span { border-color: rgb(189,16,34); }
td.TdClassName
{
border-color: #BD1022;
}
.TagClassName
{
border-color: #BD1022;
}
</style>