Shades of Fire Engine Red #BD1C1D
Tints of Fire Engine Red #BD1C1D
RGB
CMYK
RGB Variations
Color information
#BD1C1D (or 0xBD1C1D) is known color: Fire Engine Red. HEX triplet: BD, 1C and 1D. RGB value is (189,28,29). Sum of RGB (Red+Green+Blue) = 189+28+29=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1C1D is #42E3E2. Grayscale: #4C4C4C. Windows color (decimal): -4383715 or 1907901. OLE color: 1907901.
HSL color Cylindrical-coordinate representation of color #BD1C1D: hue angle of 359.63º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1C1D is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 28 | 29 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.26 |
| HSL | 359.63º | 0.74% | 0.43% | - |
| HSV(B) | 359.63º | 0.85% | 0.74% | - |
| XYZ | 21.62 | 11.74 | 2.29 | - |
| YUV | 76.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 29 | 0 | 0.85 | 0.85 | 0.26 | 359.63 | 0.74 | 0.43 |
| Hex | BD | 1C | 1D | 0 | 55 | 55 | 1A | 168 | 4A | 2B |
| Octal | 275 | 34 | 35 | 0 | 125 | 125 | 32 | 550 | 112 | 53 |
| Binary | 10111101 | 11100 | 11101 | 0 | 1010101 | 1010101 | 11010 | 101101000 | 1001010 | 101011 |
Color Harmonies of #BD1C1D
Complementary color
Monochromatic Colors of #BD1C1D
Black with #BD1C1D
Text Example
Text Example
White with #BD1C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1C1D; }
p { color: rgb(189,28,29); }
H1.HeaderClassName
{
color: #BD1C1D;
}
.AnyTagClassName
{
color: #BD1C1D;
}
</style>
background-color css
<style>
a { background-color: #BD1C1D; }
a { background-color: rgb(189,28,29); }
div.DivClassName
{
background-color: #BD1C1D;
}
.BgClassName
{
background-color: #BD1C1D;
}
</style>
border-color css
<style>
span { border-color: #BD1C1D; }
span { border-color: rgb(189,28,29); }
td.TdClassName
{
border-color: #BD1C1D;
}
.TagClassName
{
border-color: #BD1C1D;
}
</style>