Shades of Fire Engine Red #BD1629
Tints of Fire Engine Red #BD1629
RGB
CMYK
RGB Variations
Color information
#BD1629 (or 0xBD1629) is known color: Fire Engine Red. HEX triplet: BD, 16 and 29. RGB value is (189,22,41). Sum of RGB (Red+Green+Blue) = 189+22+41=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1629 is #42E9D6. Grayscale: #4A4A4A. Windows color (decimal): -4385239 or 2692797. OLE color: 2692797.
HSL color Cylindrical-coordinate representation of color #BD1629: hue angle of 353.17º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1629 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 41 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.26 |
| HSL | 353.17º | 0.79% | 0.41% | - |
| HSV(B) | 353.17º | 0.88% | 0.74% | - |
| XYZ | 21.67 | 11.55 | 3.19 | - |
| YUV | 74.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 41 | 0 | 0.88 | 0.78 | 0.26 | 353.17 | 0.79 | 0.41 |
| Hex | BD | 16 | 29 | 0 | 58 | 4E | 1A | 161 | 4F | 29 |
| Octal | 275 | 26 | 51 | 0 | 130 | 116 | 32 | 541 | 117 | 51 |
| Binary | 10111101 | 10110 | 101001 | 0 | 1011000 | 1001110 | 11010 | 101100001 | 1001111 | 101001 |
Color Harmonies of #BD1629
Complementary color
Monochromatic Colors of #BD1629
Black with #BD1629
Text Example
Text Example
White with #BD1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1629; }
p { color: rgb(189,22,41); }
H1.HeaderClassName
{
color: #BD1629;
}
.AnyTagClassName
{
color: #BD1629;
}
</style>
background-color css
<style>
a { background-color: #BD1629; }
a { background-color: rgb(189,22,41); }
div.DivClassName
{
background-color: #BD1629;
}
.BgClassName
{
background-color: #BD1629;
}
</style>
border-color css
<style>
span { border-color: #BD1629; }
span { border-color: rgb(189,22,41); }
td.TdClassName
{
border-color: #BD1629;
}
.TagClassName
{
border-color: #BD1629;
}
</style>