#BE1329

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

Shades of Fire Engine Red #BE1329

Tints of Fire Engine Red #BE1329

Color information

#BE1329 (or 0xBE1329) is unknown color: approx Fire Engine Red. HEX triplet: BE, 13 and 29. RGB value is (190,19,41). Sum of RGB (Red+Green+Blue) = 190+19+41=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1329 is #41ECD6. Grayscale: #484848. Windows color (decimal): -4320471 or 2692030. OLE color: 2692030.

HSL color Cylindrical-coordinate representation of color #BE1329: hue angle of 352.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1329 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1901941-
CMYK00.900.780.25
HSL352.28º81.82%40.98%-
HSV(B)352.28º90%74.51%-
XYZ21.8711.573.18-
YUV72.64110.15211.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76%
GREEN value IS 19 (7.81% from 255) = 7.6%
BLUE value IS 41 (16.41% from 255) = 16.4%
R=76%
G=7.6%
B=16.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190194100.900.780.25352.2881.8240.98
HexBE132905A4E191605229
Octal276235101321163154012251
Binary1011111010011101001010110101001110110011011000001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1329; }

 p { color: rgb(190,19,41); }

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

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

 a { background-color: rgb(190,19,41); }

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

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

 span { border-color: rgb(190,19,41); }

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