Shades of Fire Engine Red #B41423
Tints of Fire Engine Red #B41423
RGB
CMYK
RGB Variations
Color information
#B41423 (or 0xB41423) is known color: Fire Engine Red. HEX triplet: B4, 14 and 23. RGB value is (180,20,35). Sum of RGB (Red+Green+Blue) = 180+20+35=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B41423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41423 is #4BEBDC. Grayscale: #454545. Windows color (decimal): -4975581 or 2299060. OLE color: 2299060.
HSL color Cylindrical-coordinate representation of color #B41423: hue angle of 354.38º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41423 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 35 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.29 |
| HSL | 354.38º | 0.8% | 0.39% | - |
| HSV(B) | 354.38º | 0.89% | 0.71% | - |
| XYZ | 19.38 | 10.32 | 2.56 | - |
| YUV | 69.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 35 | 0 | 0.89 | 0.81 | 0.29 | 354.38 | 0.8 | 0.39 |
| Hex | B4 | 14 | 23 | 0 | 59 | 51 | 1D | 162 | 50 | 27 |
| Octal | 264 | 24 | 43 | 0 | 131 | 121 | 35 | 542 | 120 | 47 |
| Binary | 10110100 | 10100 | 100011 | 0 | 1011001 | 1010001 | 11101 | 101100010 | 1010000 | 100111 |
Color Harmonies of #B41423
Complementary color
Monochromatic Colors of #B41423
Black with #B41423
Text Example
Text Example
White with #B41423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41423; }
p { color: rgb(180,20,35); }
H1.HeaderClassName
{
color: #B41423;
}
.AnyTagClassName
{
color: #B41423;
}
</style>
background-color css
<style>
a { background-color: #B41423; }
a { background-color: rgb(180,20,35); }
div.DivClassName
{
background-color: #B41423;
}
.BgClassName
{
background-color: #B41423;
}
</style>
border-color css
<style>
span { border-color: #B41423; }
span { border-color: rgb(180,20,35); }
td.TdClassName
{
border-color: #B41423;
}
.TagClassName
{
border-color: #B41423;
}
</style>