Shades of Fire Engine Red #BD1024
Tints of Fire Engine Red #BD1024
RGB
CMYK
RGB Variations
Color information
#BD1024 (or 0xBD1024) is known color: Fire Engine Red. HEX triplet: BD, 10 and 24. RGB value is (189,16,36). Sum of RGB (Red+Green+Blue) = 189+16+36=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1024 is #42EFDB. Grayscale: #464646. Windows color (decimal): -4386780 or 2363581. OLE color: 2363581.
HSL color Cylindrical-coordinate representation of color #BD1024: hue angle of 353.06º degrees, saturation: 0.84, 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 #BD1024 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 36 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.26 |
| HSL | 353.06º | 0.84% | 0.4% | - |
| HSV(B) | 353.06º | 0.92% | 0.74% | - |
| XYZ | 21.49 | 11.32 | 2.72 | - |
| YUV | 70.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 36 | 0 | 0.92 | 0.81 | 0.26 | 353.06 | 0.84 | 0.4 |
| Hex | BD | 10 | 24 | 0 | 5C | 51 | 1A | 161 | 54 | 28 |
| Octal | 275 | 20 | 44 | 0 | 134 | 121 | 32 | 541 | 124 | 50 |
| Binary | 10111101 | 10000 | 100100 | 0 | 1011100 | 1010001 | 11010 | 101100001 | 1010100 | 101000 |
Color Harmonies of #BD1024
Complementary color
Monochromatic Colors of #BD1024
Black with #BD1024
Text Example
Text Example
White with #BD1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1024; }
p { color: rgb(189,16,36); }
H1.HeaderClassName
{
color: #BD1024;
}
.AnyTagClassName
{
color: #BD1024;
}
</style>
background-color css
<style>
a { background-color: #BD1024; }
a { background-color: rgb(189,16,36); }
div.DivClassName
{
background-color: #BD1024;
}
.BgClassName
{
background-color: #BD1024;
}
</style>
border-color css
<style>
span { border-color: #BD1024; }
span { border-color: rgb(189,16,36); }
td.TdClassName
{
border-color: #BD1024;
}
.TagClassName
{
border-color: #BD1024;
}
</style>