Shades of Fire Engine Red #BD1325
Tints of Fire Engine Red #BD1325
RGB
CMYK
RGB Variations
Color information
#BD1325 (or 0xBD1325) is known color: Fire Engine Red. HEX triplet: BD, 13 and 25. RGB value is (189,19,37). Sum of RGB (Red+Green+Blue) = 189+19+37=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1325 is #42ECDA. Grayscale: #474747. Windows color (decimal): -4386011 or 2429885. OLE color: 2429885.
HSL color Cylindrical-coordinate representation of color #BD1325: hue angle of 353.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1325 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 37 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.26 |
| HSL | 353.65º | 0.82% | 0.41% | - |
| HSV(B) | 353.65º | 0.9% | 0.74% | - |
| XYZ | 21.55 | 11.42 | 2.82 | - |
| YUV | 71.88 | 108.32 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 37 | 0 | 0.90 | 0.80 | 0.26 | 353.65 | 0.82 | 0.41 |
| Hex | BD | 13 | 25 | 0 | 5A | 50 | 1A | 162 | 52 | 29 |
| Octal | 275 | 23 | 45 | 0 | 132 | 120 | 32 | 542 | 122 | 51 |
| Binary | 10111101 | 10011 | 100101 | 0 | 1011010 | 1010000 | 11010 | 101100010 | 1010010 | 101001 |
Color Harmonies of #BD1325
Complementary color
Monochromatic Colors of #BD1325
Black with #BD1325
Text Example
Text Example
White with #BD1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1325; }
p { color: rgb(189,19,37); }
H1.HeaderClassName
{
color: #BD1325;
}
.AnyTagClassName
{
color: #BD1325;
}
</style>
background-color css
<style>
a { background-color: #BD1325; }
a { background-color: rgb(189,19,37); }
div.DivClassName
{
background-color: #BD1325;
}
.BgClassName
{
background-color: #BD1325;
}
</style>
border-color css
<style>
span { border-color: #BD1325; }
span { border-color: rgb(189,19,37); }
td.TdClassName
{
border-color: #BD1325;
}
.TagClassName
{
border-color: #BD1325;
}
</style>