#BE1E26

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

Shades of Fire Engine Red #BE1E26

Tints of Fire Engine Red #BE1E26

Color information

#BE1E26 (or 0xBE1E26) is unknown color: approx Fire Engine Red. HEX triplet: BE, 1E and 26. RGB value is (190,30,38). Sum of RGB (Red+Green+Blue) = 190+30+38=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1E26 is #41E1D9. Grayscale: #4E4E4E. Windows color (decimal): -4317658 or 2498238. OLE color: 2498238.

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

Color convert

RGB1903038-
CMYK00.840.80.25
HSL357º72.73%43.14%-
HSV(B)357º84.21%74.51%-
XYZ22.0512.022.99-
YUV78.75105.01207.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.64%
GREEN value IS 30 (12.11% from 255) = 11.63%
BLUE value IS 38 (15.23% from 255) = 14.73%
R=73.64%
G=11.63%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190303800.840.80.2535772.7343.14
HexBE1E260545019165492b
Octal276364601241203154511153
Binary1011111011110100110010101001010000110011011001011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1E26; }

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

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

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

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

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

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

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

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