Shades of Fire Engine Red #BD1728
Tints of Fire Engine Red #BD1728
RGB
CMYK
RGB Variations
Color information
#BD1728 (or 0xBD1728) is known color: Fire Engine Red. HEX triplet: BD, 17 and 28. RGB value is (189,23,40). Sum of RGB (Red+Green+Blue) = 189+23+40=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1728 is #42E8D7. Grayscale: #4A4A4A. Windows color (decimal): -4384984 or 2627517. OLE color: 2627517.
HSL color Cylindrical-coordinate representation of color #BD1728: hue angle of 353.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1728 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 40 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.26 |
| HSL | 353.86º | 0.78% | 0.42% | - |
| HSV(B) | 353.86º | 0.88% | 0.74% | - |
| XYZ | 21.68 | 11.58 | 3.1 | - |
| YUV | 74.57 | 108.5 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 40 | 0 | 0.88 | 0.79 | 0.26 | 353.86 | 0.78 | 0.42 |
| Hex | BD | 17 | 28 | 0 | 58 | 4F | 1A | 162 | 4E | 2A |
| Octal | 275 | 27 | 50 | 0 | 130 | 117 | 32 | 542 | 116 | 52 |
| Binary | 10111101 | 10111 | 101000 | 0 | 1011000 | 1001111 | 11010 | 101100010 | 1001110 | 101010 |
Color Harmonies of #BD1728
Complementary color
Monochromatic Colors of #BD1728
Black with #BD1728
Text Example
Text Example
White with #BD1728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1728; }
p { color: rgb(189,23,40); }
H1.HeaderClassName
{
color: #BD1728;
}
.AnyTagClassName
{
color: #BD1728;
}
</style>
background-color css
<style>
a { background-color: #BD1728; }
a { background-color: rgb(189,23,40); }
div.DivClassName
{
background-color: #BD1728;
}
.BgClassName
{
background-color: #BD1728;
}
</style>
border-color css
<style>
span { border-color: #BD1728; }
span { border-color: rgb(189,23,40); }
td.TdClassName
{
border-color: #BD1728;
}
.TagClassName
{
border-color: #BD1728;
}
</style>