Shades of Fire Engine Red #BD1622
Tints of Fire Engine Red #BD1622
RGB
CMYK
RGB Variations
Color information
#BD1622 (or 0xBD1622) is known color: Fire Engine Red. HEX triplet: BD, 16 and 22. RGB value is (189,22,34). Sum of RGB (Red+Green+Blue) = 189+22+34=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1622 is #42E9DD. Grayscale: #494949. Windows color (decimal): -4385246 or 2234045. OLE color: 2234045.
HSL color Cylindrical-coordinate representation of color #BD1622: hue angle of 355.69º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1622 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 34 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.26 |
| HSL | 355.69º | 0.79% | 0.41% | - |
| HSV(B) | 355.69º | 0.88% | 0.74% | - |
| XYZ | 21.56 | 11.51 | 2.6 | - |
| YUV | 73.3 | 105.83 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 34 | 0 | 0.88 | 0.82 | 0.26 | 355.69 | 0.79 | 0.41 |
| Hex | BD | 16 | 22 | 0 | 58 | 52 | 1A | 164 | 4F | 29 |
| Octal | 275 | 26 | 42 | 0 | 130 | 122 | 32 | 544 | 117 | 51 |
| Binary | 10111101 | 10110 | 100010 | 0 | 1011000 | 1010010 | 11010 | 101100100 | 1001111 | 101001 |
Color Harmonies of #BD1622
Complementary color
Monochromatic Colors of #BD1622
Black with #BD1622
Text Example
Text Example
White with #BD1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1622; }
p { color: rgb(189,22,34); }
H1.HeaderClassName
{
color: #BD1622;
}
.AnyTagClassName
{
color: #BD1622;
}
</style>
background-color css
<style>
a { background-color: #BD1622; }
a { background-color: rgb(189,22,34); }
div.DivClassName
{
background-color: #BD1622;
}
.BgClassName
{
background-color: #BD1622;
}
</style>
border-color css
<style>
span { border-color: #BD1622; }
span { border-color: rgb(189,22,34); }
td.TdClassName
{
border-color: #BD1622;
}
.TagClassName
{
border-color: #BD1622;
}
</style>