#BE1A1D

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

Shades of Fire Engine Red #BE1A1D

Tints of Fire Engine Red #BE1A1D

Color information

#BE1A1D (or 0xBE1A1D) is unknown color: approx Fire Engine Red. HEX triplet: BE, 1A and 1D. RGB value is (190,26,29). Sum of RGB (Red+Green+Blue) = 190+26+29=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A1D is #41E5E2. Grayscale: #4B4B4B. Windows color (decimal): -4318691 or 1907390. OLE color: 1907390.

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

Color convert

RGB1902629-
CMYK00.860.850.25
HSL358.9º75.93%42.35%-
HSV(B)358.9º86.32%74.51%-
XYZ21.8311.772.28-
YUV75.38101.83209.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.55%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 29 (11.72% from 255) = 11.84%
R=77.55%
G=10.61%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190262900.860.850.25358.975.9342.35
HexBE1A1D05655191674c2a
Octal276323501261253154711452
Binary101111101101011101010101101010101110011011001111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A1D; }

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

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

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

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

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

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

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

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