Shades of Fire Engine Red #BD0F25
Tints of Fire Engine Red #BD0F25
RGB
CMYK
RGB Variations
Color information
#BD0F25 (or 0xBD0F25) is known color: Fire Engine Red. HEX triplet: BD, 0F and 25. RGB value is (189,15,37). Sum of RGB (Red+Green+Blue) = 189+15+37=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0F25 is #42F0DA. Grayscale: #454545. Windows color (decimal): -4387035 or 2428861. OLE color: 2428861.
HSL color Cylindrical-coordinate representation of color #BD0F25: hue angle of 352.41º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0F25 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 37 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.26 |
| HSL | 352.41º | 0.85% | 0.4% | - |
| HSV(B) | 352.41º | 0.92% | 0.74% | - |
| XYZ | 21.49 | 11.29 | 2.8 | - |
| YUV | 69.53 | 109.65 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 37 | 0 | 0.92 | 0.80 | 0.26 | 352.41 | 0.85 | 0.4 |
| Hex | BD | F | 25 | 0 | 5C | 50 | 1A | 160 | 55 | 28 |
| Octal | 275 | 17 | 45 | 0 | 134 | 120 | 32 | 540 | 125 | 50 |
| Binary | 10111101 | 1111 | 100101 | 0 | 1011100 | 1010000 | 11010 | 101100000 | 1010101 | 101000 |
Color Harmonies of #BD0F25
Complementary color
Monochromatic Colors of #BD0F25
Black with #BD0F25
Text Example
Text Example
White with #BD0F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0F25; }
p { color: rgb(189,15,37); }
H1.HeaderClassName
{
color: #BD0F25;
}
.AnyTagClassName
{
color: #BD0F25;
}
</style>
background-color css
<style>
a { background-color: #BD0F25; }
a { background-color: rgb(189,15,37); }
div.DivClassName
{
background-color: #BD0F25;
}
.BgClassName
{
background-color: #BD0F25;
}
</style>
border-color css
<style>
span { border-color: #BD0F25; }
span { border-color: rgb(189,15,37); }
td.TdClassName
{
border-color: #BD0F25;
}
.TagClassName
{
border-color: #BD0F25;
}
</style>