Shades of Fire Engine Red #BD1525
Tints of Fire Engine Red #BD1525
RGB
CMYK
RGB Variations
Color information
#BD1525 (or 0xBD1525) is known color: Fire Engine Red. HEX triplet: BD, 15 and 25. RGB value is (189,21,37). Sum of RGB (Red+Green+Blue) = 189+21+37=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1525 is #42EADA. Grayscale: #494949. Windows color (decimal): -4385499 or 2430397. OLE color: 2430397.
HSL color Cylindrical-coordinate representation of color #BD1525: hue angle of 354.29º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1525 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 37 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.26 |
| HSL | 354.29º | 0.8% | 0.41% | - |
| HSV(B) | 354.29º | 0.89% | 0.74% | - |
| XYZ | 21.59 | 11.49 | 2.83 | - |
| YUV | 73.06 | 107.66 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 37 | 0 | 0.89 | 0.80 | 0.26 | 354.29 | 0.8 | 0.41 |
| Hex | BD | 15 | 25 | 0 | 59 | 50 | 1A | 162 | 50 | 29 |
| Octal | 275 | 25 | 45 | 0 | 131 | 120 | 32 | 542 | 120 | 51 |
| Binary | 10111101 | 10101 | 100101 | 0 | 1011001 | 1010000 | 11010 | 101100010 | 1010000 | 101001 |
Color Harmonies of #BD1525
Complementary color
Monochromatic Colors of #BD1525
Black with #BD1525
Text Example
Text Example
White with #BD1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1525; }
p { color: rgb(189,21,37); }
H1.HeaderClassName
{
color: #BD1525;
}
.AnyTagClassName
{
color: #BD1525;
}
</style>
background-color css
<style>
a { background-color: #BD1525; }
a { background-color: rgb(189,21,37); }
div.DivClassName
{
background-color: #BD1525;
}
.BgClassName
{
background-color: #BD1525;
}
</style>
border-color css
<style>
span { border-color: #BD1525; }
span { border-color: rgb(189,21,37); }
td.TdClassName
{
border-color: #BD1525;
}
.TagClassName
{
border-color: #BD1525;
}
</style>