Shades of Fire Brick #BD211F
Tints of Fire Brick #BD211F
RGB
CMYK
RGB Variations
Color information
#BD211F (or 0xBD211F) is known color: Fire Brick. HEX triplet: BD, 21 and 1F. RGB value is (189,33,31). Sum of RGB (Red+Green+Blue) = 189+33+31=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD211F is #42DEE0. Grayscale: #4F4F4F. Windows color (decimal): -4382433 or 2040253. OLE color: 2040253.
HSL color Cylindrical-coordinate representation of color #BD211F: hue angle of 0.76º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD211F is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 31 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.26 |
| HSL | 0.76º | 0.72% | 0.43% | - |
| HSV(B) | 0.76º | 0.84% | 0.74% | - |
| XYZ | 21.78 | 12.01 | 2.47 | - |
| YUV | 79.42 | 100.68 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 31 | 0 | 0.83 | 0.84 | 0.26 | 0.76 | 0.72 | 0.43 |
| Hex | BD | 21 | 1F | 0 | 53 | 54 | 1A | 1 | 48 | 2B |
| Octal | 275 | 41 | 37 | 0 | 123 | 124 | 32 | 1 | 110 | 53 |
| Binary | 10111101 | 100001 | 11111 | 0 | 1010011 | 1010100 | 11010 | 1 | 1001000 | 101011 |
Color Harmonies of #BD211F
Complementary color
Monochromatic Colors of #BD211F
Black with #BD211F
Text Example
Text Example
White with #BD211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD211F; }
p { color: rgb(189,33,31); }
H1.HeaderClassName
{
color: #BD211F;
}
.AnyTagClassName
{
color: #BD211F;
}
</style>
background-color css
<style>
a { background-color: #BD211F; }
a { background-color: rgb(189,33,31); }
div.DivClassName
{
background-color: #BD211F;
}
.BgClassName
{
background-color: #BD211F;
}
</style>
border-color css
<style>
span { border-color: #BD211F; }
span { border-color: rgb(189,33,31); }
td.TdClassName
{
border-color: #BD211F;
}
.TagClassName
{
border-color: #BD211F;
}
</style>