#B51625

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

Shades of Fire Engine Red #B51625

Tints of Fire Engine Red #B51625

Color information

#B51625 (or 0xB51625) is unknown color: approx Fire Engine Red. HEX triplet: B5, 16 and 25. RGB value is (181,22,37). Sum of RGB (Red+Green+Blue) = 181+22+37=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B51625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51625 is #4AE9DA. Grayscale: #474747. Windows color (decimal): -4909531 or 2430645. OLE color: 2430645.

HSL color Cylindrical-coordinate representation of color #B51625: hue angle of 354.34º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51625 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB1812237-
CMYK00.880.800.29
HSL354.34º78.33%39.8%-
HSV(B)354.34º87.85%70.98%-
XYZ19.6810.532.75-
YUV71.25108.68206.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 75.42%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 37 (14.84% from 255) = 15.42%
R=75.42%
G=9.17%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181223700.880.800.29354.3478.3339.8
HexB51625058501D1624e28
Octal265264501301203554211650
Binary1011010110110100101010110001010000111011011000101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51625; }

 p { color: rgb(181,22,37); }

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

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

 a { background-color: rgb(181,22,37); }

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

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

 span { border-color: rgb(181,22,37); }

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