Shades of Fire Engine Red #B21625
Tints of Fire Engine Red #B21625
RGB
CMYK
RGB Variations
Color information
#B21625 (or 0xB21625) is known color: Fire Engine Red. HEX triplet: B2, 16 and 25. RGB value is (178,22,37). Sum of RGB (Red+Green+Blue) = 178+22+37=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B21625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21625 is #4DE9DA. Grayscale: #464646. Windows color (decimal): -5106139 or 2430642. OLE color: 2430642.
HSL color Cylindrical-coordinate representation of color #B21625: hue angle of 354.23º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21625 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 22 | 37 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.30 |
| HSL | 354.23º | 0.78% | 0.39% | - |
| HSV(B) | 354.23º | 0.88% | 0.7% | - |
| XYZ | 18.98 | 10.17 | 2.71 | - |
| YUV | 70.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 22 | 37 | 0 | 0.88 | 0.79 | 0.30 | 354.23 | 0.78 | 0.39 |
| Hex | B2 | 16 | 25 | 0 | 58 | 4F | 1E | 162 | 4E | 27 |
| Octal | 262 | 26 | 45 | 0 | 130 | 117 | 36 | 542 | 116 | 47 |
| Binary | 10110010 | 10110 | 100101 | 0 | 1011000 | 1001111 | 11110 | 101100010 | 1001110 | 100111 |
Color Harmonies of #B21625
Complementary color
Monochromatic Colors of #B21625
Black with #B21625
Text Example
Text Example
White with #B21625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21625; }
p { color: rgb(178,22,37); }
H1.HeaderClassName
{
color: #B21625;
}
.AnyTagClassName
{
color: #B21625;
}
</style>
background-color css
<style>
a { background-color: #B21625; }
a { background-color: rgb(178,22,37); }
div.DivClassName
{
background-color: #B21625;
}
.BgClassName
{
background-color: #B21625;
}
</style>
border-color css
<style>
span { border-color: #B21625; }
span { border-color: rgb(178,22,37); }
td.TdClassName
{
border-color: #B21625;
}
.TagClassName
{
border-color: #B21625;
}
</style>