Shades of Fire Engine Red #B51B21
Tints of Fire Engine Red #B51B21
RGB
CMYK
RGB Variations
Color information
#B51B21 (or 0xB51B21) is known color: Fire Engine Red. HEX triplet: B5, 1B and 21. RGB value is (181,27,33). Sum of RGB (Red+Green+Blue) = 181+27+33=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B51B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51B21 is #4AE4DE. Grayscale: #494949. Windows color (decimal): -4908255 or 2169781. OLE color: 2169781.
HSL color Cylindrical-coordinate representation of color #B51B21: hue angle of 357.66º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51B21 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 27 | 33 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.29 |
| HSL | 357.66º | 0.74% | 0.41% | - |
| HSV(B) | 357.66º | 0.85% | 0.71% | - |
| XYZ | 19.72 | 10.72 | 2.47 | - |
| YUV | 73.73 | 105.02 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 27 | 33 | 0 | 0.85 | 0.82 | 0.29 | 357.66 | 0.74 | 0.41 |
| Hex | B5 | 1B | 21 | 0 | 55 | 52 | 1D | 166 | 4A | 29 |
| Octal | 265 | 33 | 41 | 0 | 125 | 122 | 35 | 546 | 112 | 51 |
| Binary | 10110101 | 11011 | 100001 | 0 | 1010101 | 1010010 | 11101 | 101100110 | 1001010 | 101001 |
Color Harmonies of #B51B21
Complementary color
Monochromatic Colors of #B51B21
Black with #B51B21
Text Example
Text Example
White with #B51B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51B21; }
p { color: rgb(181,27,33); }
H1.HeaderClassName
{
color: #B51B21;
}
.AnyTagClassName
{
color: #B51B21;
}
</style>
background-color css
<style>
a { background-color: #B51B21; }
a { background-color: rgb(181,27,33); }
div.DivClassName
{
background-color: #B51B21;
}
.BgClassName
{
background-color: #B51B21;
}
</style>
border-color css
<style>
span { border-color: #B51B21; }
span { border-color: rgb(181,27,33); }
td.TdClassName
{
border-color: #B51B21;
}
.TagClassName
{
border-color: #B51B21;
}
</style>