#B91425

Color #B91425 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #B91425

Tints of Fire Engine Red #B91425

Color information

#B91425 (or 0xB91425) is unknown color: approx Fire Engine Red. HEX triplet: B9, 14 and 25. RGB value is (185,20,37). Sum of RGB (Red+Green+Blue) = 185+20+37=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B91425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91425 is #46EBDA. Grayscale: #474747. Windows color (decimal): -4647899 or 2430137. OLE color: 2430137.

HSL color Cylindrical-coordinate representation of color #B91425: hue angle of 353.82º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91425 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1852037-
CMYK00.890.800.27
HSL353.82º80.49%40.2%-
HSV(B)353.82º89.19%72.55%-
XYZ20.5910.952.78-
YUV71.27108.66209.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 76.45%
GREEN value IS 20 (8.20% from 255) = 8.26%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=76.45%
G=8.26%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185203700.890.800.27353.8280.4940.2
HexB91425059501B1625028
Octal271244501311203354212050
Binary1011100110100100101010110011010000110111011000101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91425; }

 p { color: rgb(185,20,37); }

 H1.HeaderClassName
 {
   color: #B91425;
 }
 .AnyTagClassName
 {
   color: #B91425;
 }
</style>
background-color css

<style>
 a { background-color: #B91425; }

 a { background-color: rgb(185,20,37); }

 div.DivClassName
 {
   background-color: #B91425;
 }
 .BgClassName
 {
   background-color: #B91425;
 }
</style>
border-color css

<style>
 span { border-color: #B91425; }

 span { border-color: rgb(185,20,37); }

 td.TdClassName
 {
   border-color: #B91425;
 }
 .TagClassName
 {
   border-color: #B91425;
 }
</style>