#BE181E

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

Shades of Fire Engine Red #BE181E

Tints of Fire Engine Red #BE181E

Color information

#BE181E (or 0xBE181E) is unknown color: approx Fire Engine Red. HEX triplet: BE, 18 and 1E. RGB value is (190,24,30). Sum of RGB (Red+Green+Blue) = 190+24+30=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE181E is #41E7E1. Grayscale: #4A4A4A. Windows color (decimal): -4319202 or 1972414. OLE color: 1972414.

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

Color convert

RGB1902430-
CMYK00.870.840.25
HSL357.83º77.57%41.96%-
HSV(B)357.83º87.37%74.51%-
XYZ21.811.692.34-
YUV74.32103210.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.87%
GREEN value IS 24 (9.77% from 255) = 9.84%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=77.87%
G=9.84%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190243000.870.840.25357.8377.5741.96
HexBE181E05754191664e2a
Octal276303601271243154611652
Binary101111101100011110010101111010100110011011001101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE181E; }

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

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

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

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

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

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

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

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