Shades of Fire Engine Red #BD2425
Tints of Fire Engine Red #BD2425
RGB
CMYK
RGB Variations
Color information
#BD2425 (or 0xBD2425) is known color: Fire Engine Red. HEX triplet: BD, 24 and 25. RGB value is (189,36,37). Sum of RGB (Red+Green+Blue) = 189+36+37=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2425 is #42DBDA. Grayscale: #525252. Windows color (decimal): -4381659 or 2434237. OLE color: 2434237.
HSL color Cylindrical-coordinate representation of color #BD2425: hue angle of 359.61º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2425 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 37 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.26 |
| HSL | 359.61º | 0.68% | 0.44% | - |
| HSV(B) | 359.61º | 0.81% | 0.74% | - |
| XYZ | 21.95 | 12.21 | 2.95 | - |
| YUV | 81.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 37 | 0 | 0.81 | 0.80 | 0.26 | 359.61 | 0.68 | 0.44 |
| Hex | BD | 24 | 25 | 0 | 51 | 50 | 1A | 168 | 44 | 2C |
| Octal | 275 | 44 | 45 | 0 | 121 | 120 | 32 | 550 | 104 | 54 |
| Binary | 10111101 | 100100 | 100101 | 0 | 1010001 | 1010000 | 11010 | 101101000 | 1000100 | 101100 |
Color Harmonies of #BD2425
Complementary color
Monochromatic Colors of #BD2425
Black with #BD2425
Text Example
Text Example
White with #BD2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2425; }
p { color: rgb(189,36,37); }
H1.HeaderClassName
{
color: #BD2425;
}
.AnyTagClassName
{
color: #BD2425;
}
</style>
background-color css
<style>
a { background-color: #BD2425; }
a { background-color: rgb(189,36,37); }
div.DivClassName
{
background-color: #BD2425;
}
.BgClassName
{
background-color: #BD2425;
}
</style>
border-color css
<style>
span { border-color: #BD2425; }
span { border-color: rgb(189,36,37); }
td.TdClassName
{
border-color: #BD2425;
}
.TagClassName
{
border-color: #BD2425;
}
</style>