#BE1821

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

Shades of Fire Engine Red #BE1821

Tints of Fire Engine Red #BE1821

Color information

#BE1821 (or 0xBE1821) is unknown color: approx Fire Engine Red. HEX triplet: BE, 18 and 21. RGB value is (190,24,33). Sum of RGB (Red+Green+Blue) = 190+24+33=247 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.92% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1821 is #41E7DE. Grayscale: #4A4A4A. Windows color (decimal): -4319199 or 2169022. OLE color: 2169022.

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

Color convert

RGB1902433-
CMYK00.870.830.25
HSL356.75º77.57%41.96%-
HSV(B)356.75º87.37%74.51%-
XYZ21.8411.712.55-
YUV74.66104.5210.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 76.92%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 33 (13.28% from 255) = 13.36%
R=76.92%
G=9.72%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190243300.870.830.25356.7577.5741.96
HexBE182105753191654e2a
Octal276304101271233154511652
Binary1011111011000100001010101111010011110011011001011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1821; }

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

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

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

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

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

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

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

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