Shades of Fire Engine Red #BD1222
Tints of Fire Engine Red #BD1222
RGB
CMYK
RGB Variations
Color information
#BD1222 (or 0xBD1222) is known color: Fire Engine Red. HEX triplet: BD, 12 and 22. RGB value is (189,18,34). Sum of RGB (Red+Green+Blue) = 189+18+34=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1222 is #42EDDD. Grayscale: #474747. Windows color (decimal): -4386270 or 2233021. OLE color: 2233021.
HSL color Cylindrical-coordinate representation of color #BD1222: hue angle of 354.39º 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 #BD1222 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 34 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.26 |
| HSL | 354.39º | 0.83% | 0.41% | - |
| HSV(B) | 354.39º | 0.9% | 0.74% | - |
| XYZ | 21.49 | 11.37 | 2.57 | - |
| YUV | 70.95 | 107.15 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 34 | 0 | 0.90 | 0.82 | 0.26 | 354.39 | 0.83 | 0.41 |
| Hex | BD | 12 | 22 | 0 | 5A | 52 | 1A | 162 | 53 | 29 |
| Octal | 275 | 22 | 42 | 0 | 132 | 122 | 32 | 542 | 123 | 51 |
| Binary | 10111101 | 10010 | 100010 | 0 | 1011010 | 1010010 | 11010 | 101100010 | 1010011 | 101001 |
Color Harmonies of #BD1222
Complementary color
Monochromatic Colors of #BD1222
Black with #BD1222
Text Example
Text Example
White with #BD1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1222; }
p { color: rgb(189,18,34); }
H1.HeaderClassName
{
color: #BD1222;
}
.AnyTagClassName
{
color: #BD1222;
}
</style>
background-color css
<style>
a { background-color: #BD1222; }
a { background-color: rgb(189,18,34); }
div.DivClassName
{
background-color: #BD1222;
}
.BgClassName
{
background-color: #BD1222;
}
</style>
border-color css
<style>
span { border-color: #BD1222; }
span { border-color: rgb(189,18,34); }
td.TdClassName
{
border-color: #BD1222;
}
.TagClassName
{
border-color: #BD1222;
}
</style>