#BE2324

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

Shades of Fire Engine Red #BE2324

Tints of Fire Engine Red #BE2324

Color information

#BE2324 (or 0xBE2324) is unknown color: approx Fire Engine Red. HEX triplet: BE, 23 and 24. RGB value is (190,35,36). Sum of RGB (Red+Green+Blue) = 190+35+36=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2324 is #41DCDB. Grayscale: #515151. Windows color (decimal): -4316380 or 2368446. OLE color: 2368446.

HSL color Cylindrical-coordinate representation of color #BE2324: hue angle of 359.61º 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 #BE2324 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB1903536-
CMYK00.820.810.25
HSL359.61º68.89%44.12%-
HSV(B)359.61º81.58%74.51%-
XYZ22.1512.282.87-
YUV81.46102.35205.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 72.80%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 36 (14.45% from 255) = 13.79%
R=72.80%
G=13.41%
B=13.79%

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
Decimal190353600.820.810.25359.6168.8944.12
HexBE23240525119168452c
Octal276434401221213155010554
Binary10111110100011100100010100101010001110011011010001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2324; }

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

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

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

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

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

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

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

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