#BE1522

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

Shades of Fire Engine Red #BE1522

Tints of Fire Engine Red #BE1522

Color information

#BE1522 (or 0xBE1522) is unknown color: approx Fire Engine Red. HEX triplet: BE, 15 and 22. RGB value is (190,21,34). Sum of RGB (Red+Green+Blue) = 190+21+34=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1522 is #41EADD. Grayscale: #494949. Windows color (decimal): -4319966 or 2233790. OLE color: 2233790.

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

Color convert

RGB1902134-
CMYK00.890.820.25
HSL355.38º80.09%41.37%-
HSV(B)355.38º88.95%74.51%-
XYZ21.7911.62.6-
YUV73.01105.99211.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.55%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 34 (13.67% from 255) = 13.88%
R=77.55%
G=8.57%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190213400.890.820.25355.3880.0941.37
HexBE152205952191635029
Octal276254201311223154312051
Binary1011111010101100010010110011010010110011011000111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1522; }

 p { color: rgb(190,21,34); }

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

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

 a { background-color: rgb(190,21,34); }

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

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

 span { border-color: rgb(190,21,34); }

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