Shades of Fire Engine Red #BD2122
Tints of Fire Engine Red #BD2122
RGB
CMYK
RGB Variations
Color information
#BD2122 (or 0xBD2122) is known color: Fire Engine Red. HEX triplet: BD, 21 and 22. RGB value is (189,33,34). Sum of RGB (Red+Green+Blue) = 189+33+34=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2122 is #42DEDD. Grayscale: #4F4F4F. Windows color (decimal): -4382430 or 2236861. OLE color: 2236861.
HSL color Cylindrical-coordinate representation of color #BD2122: hue angle of 359.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2122 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 34 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.26 |
| HSL | 359.62º | 0.7% | 0.44% | - |
| HSV(B) | 359.62º | 0.83% | 0.74% | - |
| XYZ | 21.82 | 12.02 | 2.68 | - |
| YUV | 79.76 | 102.18 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 34 | 0 | 0.83 | 0.82 | 0.26 | 359.62 | 0.7 | 0.44 |
| Hex | BD | 21 | 22 | 0 | 53 | 52 | 1A | 168 | 46 | 2C |
| Octal | 275 | 41 | 42 | 0 | 123 | 122 | 32 | 550 | 106 | 54 |
| Binary | 10111101 | 100001 | 100010 | 0 | 1010011 | 1010010 | 11010 | 101101000 | 1000110 | 101100 |
Color Harmonies of #BD2122
Complementary color
Monochromatic Colors of #BD2122
Black with #BD2122
Text Example
Text Example
White with #BD2122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2122; }
p { color: rgb(189,33,34); }
H1.HeaderClassName
{
color: #BD2122;
}
.AnyTagClassName
{
color: #BD2122;
}
</style>
background-color css
<style>
a { background-color: #BD2122; }
a { background-color: rgb(189,33,34); }
div.DivClassName
{
background-color: #BD2122;
}
.BgClassName
{
background-color: #BD2122;
}
</style>
border-color css
<style>
span { border-color: #BD2122; }
span { border-color: rgb(189,33,34); }
td.TdClassName
{
border-color: #BD2122;
}
.TagClassName
{
border-color: #BD2122;
}
</style>