#BE191D

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

Shades of Fire Engine Red #BE191D

Tints of Fire Engine Red #BE191D

Color information

#BE191D (or 0xBE191D) is unknown color: approx Fire Engine Red. HEX triplet: BE, 19 and 1D. RGB value is (190,25,29). Sum of RGB (Red+Green+Blue) = 190+25+29=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE191D is #41E6E2. Grayscale: #4A4A4A. Windows color (decimal): -4318947 or 1907134. OLE color: 1907134.

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

Color convert

RGB1902529-
CMYK00.870.850.25
HSL358.55º76.74%42.16%-
HSV(B)358.55º86.84%74.51%-
XYZ21.811.732.28-
YUV74.79102.16210.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 77.87%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 29 (11.72% from 255) = 11.89%
R=77.87%
G=10.25%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190252900.870.850.25358.5576.7442.16
HexBE191D05755191674d2a
Octal276313501271253154711552
Binary101111101100111101010101111010101110011011001111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE191D; }

 p { color: rgb(190,25,29); }

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

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

 a { background-color: rgb(190,25,29); }

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

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

 span { border-color: rgb(190,25,29); }

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