Shades of Fire Engine Red #BD1A21
Tints of Fire Engine Red #BD1A21
RGB
CMYK
RGB Variations
Color information
#BD1A21 (or 0xBD1A21) is known color: Fire Engine Red. HEX triplet: BD, 1A and 21. RGB value is (189,26,33). Sum of RGB (Red+Green+Blue) = 189+26+33=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A21 is #42E5DE. Grayscale: #4B4B4B. Windows color (decimal): -4384223 or 2169533. OLE color: 2169533.
HSL color Cylindrical-coordinate representation of color #BD1A21: hue angle of 357.42º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A21 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 33 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.26 |
| HSL | 357.42º | 0.76% | 0.42% | - |
| HSV(B) | 357.42º | 0.86% | 0.74% | - |
| XYZ | 21.63 | 11.67 | 2.55 | - |
| YUV | 75.54 | 104 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 33 | 0 | 0.86 | 0.83 | 0.26 | 357.42 | 0.76 | 0.42 |
| Hex | BD | 1A | 21 | 0 | 56 | 53 | 1A | 165 | 4C | 2A |
| Octal | 275 | 32 | 41 | 0 | 126 | 123 | 32 | 545 | 114 | 52 |
| Binary | 10111101 | 11010 | 100001 | 0 | 1010110 | 1010011 | 11010 | 101100101 | 1001100 | 101010 |
Color Harmonies of #BD1A21
Complementary color
Monochromatic Colors of #BD1A21
Black with #BD1A21
Text Example
Text Example
White with #BD1A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1A21; }
p { color: rgb(189,26,33); }
H1.HeaderClassName
{
color: #BD1A21;
}
.AnyTagClassName
{
color: #BD1A21;
}
</style>
background-color css
<style>
a { background-color: #BD1A21; }
a { background-color: rgb(189,26,33); }
div.DivClassName
{
background-color: #BD1A21;
}
.BgClassName
{
background-color: #BD1A21;
}
</style>
border-color css
<style>
span { border-color: #BD1A21; }
span { border-color: rgb(189,26,33); }
td.TdClassName
{
border-color: #BD1A21;
}
.TagClassName
{
border-color: #BD1A21;
}
</style>