Shades of Fire Engine Red #BD1E20
Tints of Fire Engine Red #BD1E20
RGB
CMYK
RGB Variations
Color information
#BD1E20 (or 0xBD1E20) is known color: Fire Engine Red. HEX triplet: BD, 1E and 20. RGB value is (189,30,32). Sum of RGB (Red+Green+Blue) = 189+30+32=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1E20 is #42E1DF. Grayscale: #4D4D4D. Windows color (decimal): -4383200 or 2105021. OLE color: 2105021.
HSL color Cylindrical-coordinate representation of color #BD1E20: hue angle of 359.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1E20 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 32 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.26 |
| HSL | 359.25º | 0.73% | 0.43% | - |
| HSV(B) | 359.25º | 0.84% | 0.74% | - |
| XYZ | 21.71 | 11.85 | 2.51 | - |
| YUV | 77.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 32 | 0 | 0.84 | 0.83 | 0.26 | 359.25 | 0.73 | 0.43 |
| Hex | BD | 1E | 20 | 0 | 54 | 53 | 1A | 167 | 49 | 2B |
| Octal | 275 | 36 | 40 | 0 | 124 | 123 | 32 | 547 | 111 | 53 |
| Binary | 10111101 | 11110 | 100000 | 0 | 1010100 | 1010011 | 11010 | 101100111 | 1001001 | 101011 |
Color Harmonies of #BD1E20
Complementary color
Monochromatic Colors of #BD1E20
Black with #BD1E20
Text Example
Text Example
White with #BD1E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1E20; }
p { color: rgb(189,30,32); }
H1.HeaderClassName
{
color: #BD1E20;
}
.AnyTagClassName
{
color: #BD1E20;
}
</style>
background-color css
<style>
a { background-color: #BD1E20; }
a { background-color: rgb(189,30,32); }
div.DivClassName
{
background-color: #BD1E20;
}
.BgClassName
{
background-color: #BD1E20;
}
</style>
border-color css
<style>
span { border-color: #BD1E20; }
span { border-color: rgb(189,30,32); }
td.TdClassName
{
border-color: #BD1E20;
}
.TagClassName
{
border-color: #BD1E20;
}
</style>