Shades of Fire Engine Red #BD1820
Tints of Fire Engine Red #BD1820
RGB
CMYK
RGB Variations
Color information
#BD1820 (or 0xBD1820) is known color: Fire Engine Red. HEX triplet: BD, 18 and 20. RGB value is (189,24,32). Sum of RGB (Red+Green+Blue) = 189+24+32=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1820 is #42E7DF. Grayscale: #4A4A4A. Windows color (decimal): -4384736 or 2103485. OLE color: 2103485.
HSL color Cylindrical-coordinate representation of color #BD1820: hue angle of 357.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1820 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 32 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.26 |
| HSL | 357.09º | 0.77% | 0.42% | - |
| HSV(B) | 357.09º | 0.87% | 0.74% | - |
| XYZ | 21.57 | 11.58 | 2.46 | - |
| YUV | 74.25 | 104.16 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 32 | 0 | 0.87 | 0.83 | 0.26 | 357.09 | 0.77 | 0.42 |
| Hex | BD | 18 | 20 | 0 | 57 | 53 | 1A | 165 | 4D | 2A |
| Octal | 275 | 30 | 40 | 0 | 127 | 123 | 32 | 545 | 115 | 52 |
| Binary | 10111101 | 11000 | 100000 | 0 | 1010111 | 1010011 | 11010 | 101100101 | 1001101 | 101010 |
Color Harmonies of #BD1820
Complementary color
Monochromatic Colors of #BD1820
Black with #BD1820
Text Example
Text Example
White with #BD1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1820; }
p { color: rgb(189,24,32); }
H1.HeaderClassName
{
color: #BD1820;
}
.AnyTagClassName
{
color: #BD1820;
}
</style>
background-color css
<style>
a { background-color: #BD1820; }
a { background-color: rgb(189,24,32); }
div.DivClassName
{
background-color: #BD1820;
}
.BgClassName
{
background-color: #BD1820;
}
</style>
border-color css
<style>
span { border-color: #BD1820; }
span { border-color: rgb(189,24,32); }
td.TdClassName
{
border-color: #BD1820;
}
.TagClassName
{
border-color: #BD1820;
}
</style>