Shades of Fire Engine Red #BD1722
Tints of Fire Engine Red #BD1722
RGB
CMYK
RGB Variations
Color information
#BD1722 (or 0xBD1722) is known color: Fire Engine Red. HEX triplet: BD, 17 and 22. RGB value is (189,23,34). Sum of RGB (Red+Green+Blue) = 189+23+34=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1722 is #42E8DD. Grayscale: #4A4A4A. Windows color (decimal): -4384990 or 2234301. OLE color: 2234301.
HSL color Cylindrical-coordinate representation of color #BD1722: hue angle of 356.02º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1722 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 34 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.26 |
| HSL | 356.02º | 0.78% | 0.42% | - |
| HSV(B) | 356.02º | 0.88% | 0.74% | - |
| XYZ | 21.58 | 11.55 | 2.6 | - |
| YUV | 73.89 | 105.5 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 34 | 0 | 0.88 | 0.82 | 0.26 | 356.02 | 0.78 | 0.42 |
| Hex | BD | 17 | 22 | 0 | 58 | 52 | 1A | 164 | 4E | 2A |
| Octal | 275 | 27 | 42 | 0 | 130 | 122 | 32 | 544 | 116 | 52 |
| Binary | 10111101 | 10111 | 100010 | 0 | 1011000 | 1010010 | 11010 | 101100100 | 1001110 | 101010 |
Color Harmonies of #BD1722
Complementary color
Monochromatic Colors of #BD1722
Black with #BD1722
Text Example
Text Example
White with #BD1722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1722; }
p { color: rgb(189,23,34); }
H1.HeaderClassName
{
color: #BD1722;
}
.AnyTagClassName
{
color: #BD1722;
}
</style>
background-color css
<style>
a { background-color: #BD1722; }
a { background-color: rgb(189,23,34); }
div.DivClassName
{
background-color: #BD1722;
}
.BgClassName
{
background-color: #BD1722;
}
</style>
border-color css
<style>
span { border-color: #BD1722; }
span { border-color: rgb(189,23,34); }
td.TdClassName
{
border-color: #BD1722;
}
.TagClassName
{
border-color: #BD1722;
}
</style>