Shades of Fire Engine Red #BD181D
Tints of Fire Engine Red #BD181D
RGB
CMYK
RGB Variations
Color information
#BD181D (or 0xBD181D) is known color: Fire Engine Red. HEX triplet: BD, 18 and 1D. RGB value is (189,24,29). Sum of RGB (Red+Green+Blue) = 189+24+29=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD181D is #42E7E2. Grayscale: #4A4A4A. Windows color (decimal): -4384739 or 1906877. OLE color: 1906877.
HSL color Cylindrical-coordinate representation of color #BD181D: hue angle of 358.18º 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 #BD181D is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 29 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.26 |
| HSL | 358.18º | 0.77% | 0.42% | - |
| HSV(B) | 358.18º | 0.87% | 0.74% | - |
| XYZ | 21.53 | 11.56 | 2.26 | - |
| YUV | 73.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 29 | 0 | 0.87 | 0.85 | 0.26 | 358.18 | 0.77 | 0.42 |
| Hex | BD | 18 | 1D | 0 | 57 | 55 | 1A | 166 | 4D | 2A |
| Octal | 275 | 30 | 35 | 0 | 127 | 125 | 32 | 546 | 115 | 52 |
| Binary | 10111101 | 11000 | 11101 | 0 | 1010111 | 1010101 | 11010 | 101100110 | 1001101 | 101010 |
Color Harmonies of #BD181D
Complementary color
Monochromatic Colors of #BD181D
Black with #BD181D
Text Example
Text Example
White with #BD181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD181D; }
p { color: rgb(189,24,29); }
H1.HeaderClassName
{
color: #BD181D;
}
.AnyTagClassName
{
color: #BD181D;
}
</style>
background-color css
<style>
a { background-color: #BD181D; }
a { background-color: rgb(189,24,29); }
div.DivClassName
{
background-color: #BD181D;
}
.BgClassName
{
background-color: #BD181D;
}
</style>
border-color css
<style>
span { border-color: #BD181D; }
span { border-color: rgb(189,24,29); }
td.TdClassName
{
border-color: #BD181D;
}
.TagClassName
{
border-color: #BD181D;
}
</style>