Shades of Fire Engine Red #BD1127
Tints of Fire Engine Red #BD1127
RGB
CMYK
RGB Variations
Color information
#BD1127 (or 0xBD1127) is known color: Fire Engine Red. HEX triplet: BD, 11 and 27. RGB value is (189,17,39). Sum of RGB (Red+Green+Blue) = 189+17+39=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1127 is #42EED8. Grayscale: #474747. Windows color (decimal): -4386521 or 2560445. OLE color: 2560445.
HSL color Cylindrical-coordinate representation of color #BD1127: hue angle of 352.33º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD1127 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 39 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.26 |
| HSL | 352.33º | 0.83% | 0.4% | - |
| HSV(B) | 352.33º | 0.91% | 0.74% | - |
| XYZ | 21.55 | 11.37 | 2.98 | - |
| YUV | 70.94 | 109.98 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 39 | 0 | 0.91 | 0.79 | 0.26 | 352.33 | 0.83 | 0.4 |
| Hex | BD | 11 | 27 | 0 | 5B | 4F | 1A | 160 | 53 | 28 |
| Octal | 275 | 21 | 47 | 0 | 133 | 117 | 32 | 540 | 123 | 50 |
| Binary | 10111101 | 10001 | 100111 | 0 | 1011011 | 1001111 | 11010 | 101100000 | 1010011 | 101000 |
Color Harmonies of #BD1127
Complementary color
Monochromatic Colors of #BD1127
Black with #BD1127
Text Example
Text Example
White with #BD1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1127; }
p { color: rgb(189,17,39); }
H1.HeaderClassName
{
color: #BD1127;
}
.AnyTagClassName
{
color: #BD1127;
}
</style>
background-color css
<style>
a { background-color: #BD1127; }
a { background-color: rgb(189,17,39); }
div.DivClassName
{
background-color: #BD1127;
}
.BgClassName
{
background-color: #BD1127;
}
</style>
border-color css
<style>
span { border-color: #BD1127; }
span { border-color: rgb(189,17,39); }
td.TdClassName
{
border-color: #BD1127;
}
.TagClassName
{
border-color: #BD1127;
}
</style>