#BE2325

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

Shades of Fire Engine Red #BE2325

Tints of Fire Engine Red #BE2325

Color information

#BE2325 (or 0xBE2325) is unknown color: approx Fire Engine Red. HEX triplet: BE, 23 and 25. RGB value is (190,35,37). Sum of RGB (Red+Green+Blue) = 190+35+37=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2325 is #41DCDA. Grayscale: #515151. Windows color (decimal): -4316379 or 2433982. OLE color: 2433982.

HSL color Cylindrical-coordinate representation of color #BE2325: hue angle of 359.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2325 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB1903537-
CMYK00.820.810.25
HSL359.23º68.89%44.12%-
HSV(B)359.23º81.58%74.51%-
XYZ22.1712.282.95-
YUV81.57102.85205.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 72.52%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 37 (14.84% from 255) = 14.12%
R=72.52%
G=13.36%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190353700.820.810.25359.2368.8944.12
HexBE23250525119167452c
Octal276434501221213154710554
Binary10111110100011100101010100101010001110011011001111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2325; }

 p { color: rgb(190,35,37); }

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

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

 a { background-color: rgb(190,35,37); }

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

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

 span { border-color: rgb(190,35,37); }

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