#B81625

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

Shades of Fire Engine Red #B81625

Tints of Fire Engine Red #B81625

Color information

#B81625 (or 0xB81625) is unknown color: approx Fire Engine Red. HEX triplet: B8, 16 and 25. RGB value is (184,22,37). Sum of RGB (Red+Green+Blue) = 184+22+37=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B81625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81625 is #47E9DA. Grayscale: #484848. Windows color (decimal): -4712923 or 2430648. OLE color: 2430648.

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

Color convert

RGB1842237-
CMYK00.880.800.28
HSL354.44º78.64%40.39%-
HSV(B)354.44º88.04%72.16%-
XYZ20.3910.92.78-
YUV72.15108.17207.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 75.72%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=75.72%
G=9.05%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184223700.880.800.28354.4478.6440.39
HexB81625058501C1624f28
Octal270264501301203454211750
Binary1011100010110100101010110001010000111001011000101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81625; }

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

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

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

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

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

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

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

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