Shades of Fire Engine Red #BD1720
Tints of Fire Engine Red #BD1720
RGB
CMYK
RGB Variations
Color information
#BD1720 (or 0xBD1720) is known color: Fire Engine Red. HEX triplet: BD, 17 and 20. RGB value is (189,23,32). Sum of RGB (Red+Green+Blue) = 189+23+32=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1720 is #42E8DF. Grayscale: #494949. Windows color (decimal): -4384992 or 2103229. OLE color: 2103229.
HSL color Cylindrical-coordinate representation of color #BD1720: hue angle of 356.75º 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 #BD1720 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 32 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.26 |
| HSL | 356.75º | 0.78% | 0.42% | - |
| HSV(B) | 356.75º | 0.88% | 0.74% | - |
| XYZ | 21.55 | 11.54 | 2.46 | - |
| YUV | 73.66 | 104.5 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 32 | 0 | 0.88 | 0.83 | 0.26 | 356.75 | 0.78 | 0.42 |
| Hex | BD | 17 | 20 | 0 | 58 | 53 | 1A | 165 | 4E | 2A |
| Octal | 275 | 27 | 40 | 0 | 130 | 123 | 32 | 545 | 116 | 52 |
| Binary | 10111101 | 10111 | 100000 | 0 | 1011000 | 1010011 | 11010 | 101100101 | 1001110 | 101010 |
Color Harmonies of #BD1720
Complementary color
Monochromatic Colors of #BD1720
Black with #BD1720
Text Example
Text Example
White with #BD1720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1720; }
p { color: rgb(189,23,32); }
H1.HeaderClassName
{
color: #BD1720;
}
.AnyTagClassName
{
color: #BD1720;
}
</style>
background-color css
<style>
a { background-color: #BD1720; }
a { background-color: rgb(189,23,32); }
div.DivClassName
{
background-color: #BD1720;
}
.BgClassName
{
background-color: #BD1720;
}
</style>
border-color css
<style>
span { border-color: #BD1720; }
span { border-color: rgb(189,23,32); }
td.TdClassName
{
border-color: #BD1720;
}
.TagClassName
{
border-color: #BD1720;
}
</style>