Shades of Fire Engine Red #BD1B28
Tints of Fire Engine Red #BD1B28
RGB
CMYK
RGB Variations
Color information
#BD1B28 (or 0xBD1B28) is known color: Fire Engine Red. HEX triplet: BD, 1B and 28. RGB value is (189,27,40). Sum of RGB (Red+Green+Blue) = 189+27+40=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1B28 is #42E4D7. Grayscale: #4D4D4D. Windows color (decimal): -4383960 or 2628541. OLE color: 2628541.
HSL color Cylindrical-coordinate representation of color #BD1B28: hue angle of 355.19º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1B28 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 40 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.26 |
| HSL | 355.19º | 0.75% | 0.42% | - |
| HSV(B) | 355.19º | 0.86% | 0.74% | - |
| XYZ | 21.76 | 11.76 | 3.13 | - |
| YUV | 76.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 40 | 0 | 0.86 | 0.79 | 0.26 | 355.19 | 0.75 | 0.42 |
| Hex | BD | 1B | 28 | 0 | 56 | 4F | 1A | 163 | 4B | 2A |
| Octal | 275 | 33 | 50 | 0 | 126 | 117 | 32 | 543 | 113 | 52 |
| Binary | 10111101 | 11011 | 101000 | 0 | 1010110 | 1001111 | 11010 | 101100011 | 1001011 | 101010 |
Color Harmonies of #BD1B28
Complementary color
Monochromatic Colors of #BD1B28
Black with #BD1B28
Text Example
Text Example
White with #BD1B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1B28; }
p { color: rgb(189,27,40); }
H1.HeaderClassName
{
color: #BD1B28;
}
.AnyTagClassName
{
color: #BD1B28;
}
</style>
background-color css
<style>
a { background-color: #BD1B28; }
a { background-color: rgb(189,27,40); }
div.DivClassName
{
background-color: #BD1B28;
}
.BgClassName
{
background-color: #BD1B28;
}
</style>
border-color css
<style>
span { border-color: #BD1B28; }
span { border-color: rgb(189,27,40); }
td.TdClassName
{
border-color: #BD1B28;
}
.TagClassName
{
border-color: #BD1B28;
}
</style>