#BE1928

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

Shades of Fire Engine Red #BE1928

Tints of Fire Engine Red #BE1928

Color information

#BE1928 (or 0xBE1928) is unknown color: approx Fire Engine Red. HEX triplet: BE, 19 and 28. RGB value is (190,25,40). Sum of RGB (Red+Green+Blue) = 190+25+40=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1928 is #41E6D7. Grayscale: #4C4C4C. Windows color (decimal): -4318936 or 2628030. OLE color: 2628030.

HSL color Cylindrical-coordinate representation of color #BE1928: hue angle of 354.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1928 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB1902540-
CMYK00.870.790.25
HSL354.55º76.74%42.16%-
HSV(B)354.55º86.84%74.51%-
XYZ21.9711.83.13-
YUV76.04107.66209.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 74.51%
GREEN value IS 25 (10.16% from 255) = 9.80%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=74.51%
G=9.80%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190254000.870.790.25354.5576.7442.16
HexBE19280574F191634d2a
Octal276315001271173154311552
Binary1011111011001101000010101111001111110011011000111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1928; }

 p { color: rgb(190,25,40); }

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

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

 a { background-color: rgb(190,25,40); }

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

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

 span { border-color: rgb(190,25,40); }

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