Shades of Fire Engine Red #BD1223
Tints of Fire Engine Red #BD1223
RGB
CMYK
RGB Variations
Color information
#BD1223 (or 0xBD1223) is known color: Fire Engine Red. HEX triplet: BD, 12 and 23. RGB value is (189,18,35). Sum of RGB (Red+Green+Blue) = 189+18+35=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1223 is #42EDDC. Grayscale: #474747. Windows color (decimal): -4386269 or 2298557. OLE color: 2298557.
HSL color Cylindrical-coordinate representation of color #BD1223: hue angle of 354.04º degrees, saturation: 0.83, 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 #BD1223 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 35 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.26 |
| HSL | 354.04º | 0.83% | 0.41% | - |
| HSV(B) | 354.04º | 0.9% | 0.74% | - |
| XYZ | 21.51 | 11.37 | 2.65 | - |
| YUV | 71.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 35 | 0 | 0.90 | 0.81 | 0.26 | 354.04 | 0.83 | 0.41 |
| Hex | BD | 12 | 23 | 0 | 5A | 51 | 1A | 162 | 53 | 29 |
| Octal | 275 | 22 | 43 | 0 | 132 | 121 | 32 | 542 | 123 | 51 |
| Binary | 10111101 | 10010 | 100011 | 0 | 1011010 | 1010001 | 11010 | 101100010 | 1010011 | 101001 |
Color Harmonies of #BD1223
Complementary color
Monochromatic Colors of #BD1223
Black with #BD1223
Text Example
Text Example
White with #BD1223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1223; }
p { color: rgb(189,18,35); }
H1.HeaderClassName
{
color: #BD1223;
}
.AnyTagClassName
{
color: #BD1223;
}
</style>
background-color css
<style>
a { background-color: #BD1223; }
a { background-color: rgb(189,18,35); }
div.DivClassName
{
background-color: #BD1223;
}
.BgClassName
{
background-color: #BD1223;
}
</style>
border-color css
<style>
span { border-color: #BD1223; }
span { border-color: rgb(189,18,35); }
td.TdClassName
{
border-color: #BD1223;
}
.TagClassName
{
border-color: #BD1223;
}
</style>