#BE1221

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

Shades of Fire Engine Red #BE1221

Tints of Fire Engine Red #BE1221

Color information

#BE1221 (or 0xBE1221) is unknown color: approx Fire Engine Red. HEX triplet: BE, 12 and 21. RGB value is (190,18,33). Sum of RGB (Red+Green+Blue) = 190+18+33=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1221 is #41EDDE. Grayscale: #474747. Windows color (decimal): -4320735 or 2167486. OLE color: 2167486.

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

Color convert

RGB1901833-
CMYK00.910.830.25
HSL354.77º82.69%40.78%-
HSV(B)354.77º90.53%74.51%-
XYZ21.7311.492.51-
YUV71.14106.48212.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 78.84%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 33 (13.28% from 255) = 13.69%
R=78.84%
G=7.47%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190183300.910.830.25354.7782.6940.78
HexBE122105B53191635329
Octal276224101331233154312351
Binary1011111010010100001010110111010011110011011000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1221; }

 p { color: rgb(190,18,33); }

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

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

 a { background-color: rgb(190,18,33); }

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

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

 span { border-color: rgb(190,18,33); }

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