Shades of Fire Engine Red #BD1821
Tints of Fire Engine Red #BD1821
RGB
CMYK
RGB Variations
Color information
#BD1821 (or 0xBD1821) is known color: Fire Engine Red. HEX triplet: BD, 18 and 21. RGB value is (189,24,33). Sum of RGB (Red+Green+Blue) = 189+24+33=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1821 is #42E7DE. Grayscale: #4A4A4A. Windows color (decimal): -4384735 or 2169021. OLE color: 2169021.
HSL color Cylindrical-coordinate representation of color #BD1821: hue angle of 356.73º 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 #BD1821 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 33 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.26 |
| HSL | 356.73º | 0.77% | 0.42% | - |
| HSV(B) | 356.73º | 0.87% | 0.74% | - |
| XYZ | 21.59 | 11.58 | 2.54 | - |
| YUV | 74.36 | 104.66 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 33 | 0 | 0.87 | 0.83 | 0.26 | 356.73 | 0.77 | 0.42 |
| Hex | BD | 18 | 21 | 0 | 57 | 53 | 1A | 165 | 4D | 2A |
| Octal | 275 | 30 | 41 | 0 | 127 | 123 | 32 | 545 | 115 | 52 |
| Binary | 10111101 | 11000 | 100001 | 0 | 1010111 | 1010011 | 11010 | 101100101 | 1001101 | 101010 |
Color Harmonies of #BD1821
Complementary color
Monochromatic Colors of #BD1821
Black with #BD1821
Text Example
Text Example
White with #BD1821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1821; }
p { color: rgb(189,24,33); }
H1.HeaderClassName
{
color: #BD1821;
}
.AnyTagClassName
{
color: #BD1821;
}
</style>
background-color css
<style>
a { background-color: #BD1821; }
a { background-color: rgb(189,24,33); }
div.DivClassName
{
background-color: #BD1821;
}
.BgClassName
{
background-color: #BD1821;
}
</style>
border-color css
<style>
span { border-color: #BD1821; }
span { border-color: rgb(189,24,33); }
td.TdClassName
{
border-color: #BD1821;
}
.TagClassName
{
border-color: #BD1821;
}
</style>