Shades of Fire Engine Red #BD2022
Tints of Fire Engine Red #BD2022
RGB
CMYK
RGB Variations
Color information
#BD2022 (or 0xBD2022) is known color: Fire Engine Red. HEX triplet: BD, 20 and 22. RGB value is (189,32,34). Sum of RGB (Red+Green+Blue) = 189+32+34=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2022 is #42DFDD. Grayscale: #4F4F4F. Windows color (decimal): -4382686 or 2236605. OLE color: 2236605.
HSL color Cylindrical-coordinate representation of color #BD2022: hue angle of 359.24º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2022 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 34 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.26 |
| HSL | 359.24º | 0.71% | 0.43% | - |
| HSV(B) | 359.24º | 0.83% | 0.74% | - |
| XYZ | 21.79 | 11.97 | 2.67 | - |
| YUV | 79.17 | 102.51 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 34 | 0 | 0.83 | 0.82 | 0.26 | 359.24 | 0.71 | 0.43 |
| Hex | BD | 20 | 22 | 0 | 53 | 52 | 1A | 167 | 47 | 2B |
| Octal | 275 | 40 | 42 | 0 | 123 | 122 | 32 | 547 | 107 | 53 |
| Binary | 10111101 | 100000 | 100010 | 0 | 1010011 | 1010010 | 11010 | 101100111 | 1000111 | 101011 |
Color Harmonies of #BD2022
Complementary color
Monochromatic Colors of #BD2022
Black with #BD2022
Text Example
Text Example
White with #BD2022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2022; }
p { color: rgb(189,32,34); }
H1.HeaderClassName
{
color: #BD2022;
}
.AnyTagClassName
{
color: #BD2022;
}
</style>
background-color css
<style>
a { background-color: #BD2022; }
a { background-color: rgb(189,32,34); }
div.DivClassName
{
background-color: #BD2022;
}
.BgClassName
{
background-color: #BD2022;
}
</style>
border-color css
<style>
span { border-color: #BD2022; }
span { border-color: rgb(189,32,34); }
td.TdClassName
{
border-color: #BD2022;
}
.TagClassName
{
border-color: #BD2022;
}
</style>