#BE1A27

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

Shades of Fire Engine Red #BE1A27

Tints of Fire Engine Red #BE1A27

Color information

#BE1A27 (or 0xBE1A27) is unknown color: approx Fire Engine Red. HEX triplet: BE, 1A and 27. RGB value is (190,26,39). Sum of RGB (Red+Green+Blue) = 190+26+39=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A27 is #41E5D8. Grayscale: #4C4C4C. Windows color (decimal): -4318681 or 2562750. OLE color: 2562750.

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

Color convert

RGB1902639-
CMYK00.860.790.25
HSL355.24º75.93%42.35%-
HSV(B)355.24º86.32%74.51%-
XYZ21.9711.833.05-
YUV76.52106.83208.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 74.51%
GREEN value IS 26 (10.55% from 255) = 10.20%
BLUE value IS 39 (15.62% from 255) = 15.29%
R=74.51%
G=10.20%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190263900.860.790.25355.2475.9342.35
HexBE1A270564F191634c2a
Octal276324701261173154311452
Binary1011111011010100111010101101001111110011011000111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A27; }

 p { color: rgb(190,26,39); }

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

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

 a { background-color: rgb(190,26,39); }

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

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

 span { border-color: rgb(190,26,39); }

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